From 93ec9cd2dafb59e880c86789fa349626b1fbc49b Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 19 Jan 2022 21:46:17 +0100 Subject: [PATCH] - Fix Canali Live - Fix errore in tutti i canali --- core/support.py | 6 +++--- specials/filmontv.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/support.py b/core/support.py index 35a2e2fb..c9989fba 100755 --- a/core/support.py +++ b/core/support.py @@ -604,11 +604,11 @@ def scrape(func): if function == 'episodios': autorenumber.start(itemlist, item) else: autorenumber.start(itemlist) - if action != 'play' and 'patronMenu' not in args and 'patronGenreMenu' not in args \ - and not stackCheck(['add_tvshow', 'get_newest']) and (function not in ['episodes', 'mainlist'] \ - or (function in ['episodes'] and config.get_setting('episode_info'))): + if action != 'play' and 'patronMenu' not in args and not disabletmdb and function != 'episodios' \ + and item.contentType in ['movie', 'tvshow', 'episode', 'undefined']: tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True) + if not group and not args.get('groupExplode') and ((pagination and len(matches) <= pag * pagination) or not pagination): # next page with pagination if patronNext and inspect.stack()[1][3] not in ['newest'] and len(inspect.stack()) > 2 and inspect.stack()[2][3] not in ['get_channel_results']: nextPage(itemlist, item, data, patronNext, function) 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: