This commit is contained in:
Alhaziel01
2023-06-23 17:40:21 +02:00
parent 8400b15c60
commit 96acd612d6
2 changed files with 19 additions and 28 deletions

View File

@@ -621,7 +621,7 @@ def scrape(func):
else: autorenumber.start(itemlist)
if itemlist and action != 'play' and 'patronMenu' not in args and 'patronGenreMenu' not in args \
and not stackCheck(['add_tvshow', 'get_newest']) and (function not in ['episodios', 'mainlist']
and not stackCheck(['add_tvshow', 'get_newest']) and not disabletmdb and (function not in ['episodios', 'mainlist']
or (function in ['episodios', 'seasons'] and config.get_setting('episode_info') and itemlist[0].season)):
# dbg()
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)