Fix tvdb e support typo
This commit is contained in:
+1
-1
@@ -827,7 +827,7 @@ def typo(string, typography=''):
|
|||||||
typography = string.split('{')[1].strip(' }').lower()
|
typography = string.split('{')[1].strip(' }').lower()
|
||||||
string = string.replace('{' + typography + '}','').strip()
|
string = string.replace('{' + typography + '}','').strip()
|
||||||
else:
|
else:
|
||||||
string = string.strip()
|
string = string
|
||||||
typography.lower()
|
typography.lower()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -119,7 +119,7 @@ def find_and_set_infoLabels(item):
|
|||||||
if not tvdb_result:
|
if not tvdb_result:
|
||||||
res = platformtools.dialog_info(item, 'tvdb')
|
res = platformtools.dialog_info(item, 'tvdb')
|
||||||
if not res.exit: return find_and_set_infoLabels(res)
|
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]
|
tvdb_result = results[0]
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user