Fix e migliorie Autorenumber

This commit is contained in:
Alhaziel01
2020-11-09 15:44:22 +01:00
parent bc5b29dfdf
commit 87b960007a
4 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ def set_infoLabels_item(item):
if 'infoLabels' in item and 'fanart' in item.infoLabels['fanart']:
item.fanart = item.infoLabels['fanart']
if 'infoLabels' in item and 'season' in item.infoLabels and item.contentType == 'episode':
if 'infoLabels' in item and 'season' in item.infoLabels and item.contentType != 'tvshow':
try:
int_season = int(item.infoLabels['season'])
except ValueError: