From 0532391a9d51b1c720a67d65c8ab2666e65d0fba Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 31 May 2021 17:53:45 +0200 Subject: [PATCH] Rimosso Scrape tmdb episodi --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index dacf5a8a..6ce0cdc9 100755 --- a/core/support.py +++ b/core/support.py @@ -536,7 +536,7 @@ def scrape(func): if function == 'episodios': autorenumber.start(itemlist, item) else: autorenumber.start(itemlist) - if action != 'play' and 'patronMenu' not in args and not disabletmdb: # and function != 'episodios' and item.contentType in ['movie', 'tvshow', 'episode', 'undefined'] + 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