Fix Adesso in onda e Altadefinizione

This commit is contained in:
Alhaziel01
2022-01-20 20:12:25 +01:00
parent 724e61820e
commit 73247722da
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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: