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
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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: