Fix Adesso in onda e Altadefinizione
This commit is contained in:
@@ -381,7 +381,7 @@ def actions(item):
|
|||||||
else:
|
else:
|
||||||
config.set_setting('install_trakt', True)
|
config.set_setting('install_trakt', True)
|
||||||
|
|
||||||
if len([s for s in itemlist if s.server]) > 0 and item.action in ['findvideos']:
|
if len([s for s in itemlist if s.server]) > 0:
|
||||||
findvideos(item, itemlist)
|
findvideos(item, itemlist)
|
||||||
else:
|
else:
|
||||||
platformtools.render_items(itemlist, item)
|
platformtools.render_items(itemlist, item)
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ def live(item):
|
|||||||
channels_dict[channel_name] = itlist
|
channels_dict[channel_name] = itlist
|
||||||
|
|
||||||
# default order
|
# default order
|
||||||
channel_list = ['raiplay', 'mediasetplay', 'la7', 'paramount', 'discoveryplus']
|
channel_list = ['raiplay', 'mediasetplay', 'la7', 'discoveryplus']
|
||||||
|
|
||||||
# add channels not in list
|
# add channels not in list
|
||||||
for ch in channels:
|
for ch in channels:
|
||||||
|
|||||||
Reference in New Issue
Block a user