From efe9e0664a6117b56cc0475c7785816ef22e6e44 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Tue, 10 Nov 2020 12:54:28 +0100 Subject: [PATCH] Fix tvdb e support typo --- core/support.py | 2 +- core/tvdb.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/support.py b/core/support.py index ef905733..d90f00d9 100755 --- a/core/support.py +++ b/core/support.py @@ -827,7 +827,7 @@ def typo(string, typography=''): typography = string.split('{')[1].strip(' }').lower() string = string.replace('{' + typography + '}','').strip() else: - string = string.strip() + string = string typography.lower() diff --git a/core/tvdb.py b/core/tvdb.py index cad4c2e1..5ca106ea 100644 --- a/core/tvdb.py +++ b/core/tvdb.py @@ -119,7 +119,7 @@ def find_and_set_infoLabels(item): if not tvdb_result: res = platformtools.dialog_info(item, 'tvdb') if not res.exit: return find_and_set_infoLabels(res) - elif len(results) > 0 and results[0]['seriesId']: + elif len(results) > 0: tvdb_result = results[0] else: