From 73247722dab922c6db8a73ec8414c4c844d42cce Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 20 Jan 2022 20:12:25 +0100 Subject: [PATCH] Fix Adesso in onda e Altadefinizione --- platformcode/launcher.py | 2 +- specials/filmontv.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformcode/launcher.py b/platformcode/launcher.py index c0179884..188ea5e3 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -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) diff --git a/specials/filmontv.py b/specials/filmontv.py index a9042b9b..9b2a645f 100644 --- a/specials/filmontv.py +++ b/specials/filmontv.py @@ -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: