Aggiustamenti a TVDB e TMDB

This commit is contained in:
Alhaziel01
2020-11-07 13:01:28 +01:00
parent f35db58f70
commit 47d2144b0a
5 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ def find_and_set_infoLabels(item):
tvdb_result = platformtools.show_video_info(results, item=item, scraper=Tvdb, caption=config.get_localized_string(60298) % title)
if not tvdb_result:
res = platformtools.dialog_info(item, 'tvdb')
if res: return find_and_set_infoLabels(res)
if not res.exit: return find_and_set_infoLabels(res)
elif len(results) > 0:
tvdb_result = results[0]