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: