Fix Adesso in onda e Altadefinizione
This commit is contained in:
@@ -381,7 +381,7 @@ def actions(item):
|
||||
else:
|
||||
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)
|
||||
else:
|
||||
platformtools.render_items(itemlist, item)
|
||||
|
||||
@@ -253,7 +253,7 @@ def live(item):
|
||||
channels_dict[channel_name] = itlist
|
||||
|
||||
# default order
|
||||
channel_list = ['raiplay', 'mediasetplay', 'la7', 'paramount', 'discoveryplus']
|
||||
channel_list = ['raiplay', 'mediasetplay', 'la7', 'discoveryplus']
|
||||
|
||||
# add channels not in list
|
||||
for ch in channels:
|
||||
|
||||
Reference in New Issue
Block a user