Fix TVDB e TMDB

This commit is contained in:
Alhaziel01
2020-11-09 11:07:16 +01:00
parent 1b427788e5
commit 91e33dbd68
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -120,6 +120,10 @@ def find_and_set_infoLabels(item):
elif len(results) > 0:
tvdb_result = results[0]
else:
res = platformtools.dialog_info(item, 'tvdb')
if not res.exit: return find_and_set_infoLabels(res)
# todo revisar
if isinstance(item.infoLabels, InfoLabels):
logger.debug("is an instance of infoLabels")