Fix server StreamingCommunity e Icone Server in Ricerca Globale

This commit is contained in:
Alhaziel01
2021-01-21 15:50:24 +01:00
parent 265b5a83cb
commit cbd5860c9a
2 changed files with 2 additions and 2 deletions

View File

@@ -191,4 +191,4 @@ def episodios(item):
def findvideos(item):
itemlist = [item.clone(title = 'StreamingCommunity', server='streamingcommunity_server')]
return support.server(item, item.url)
return support.server(item, itemlist=itemlist)

View File

@@ -343,7 +343,7 @@ class SearchWindow(xbmcgui.WindowXML):
if item.server:
color = scrapertools.find_single_match(item.alive, r'(FF[^\]]+)')
it.setProperties({'channel': channeltools.get_channel_parameters(item.channel).get('title', ''),
'thumb': "https://raw.githubusercontent.com/kodiondemand/media/master/resources/servers/%s.png" % item.server.lower(),
'thumb': config.get_online_server_thumb(item.server),
'servername': servertools.get_server_parameters(item.server.lower()).get('name', item.server),
'color': color if color else 'FF0082C2'})