Fix autorenumber

This commit is contained in:
Alhaziel
2019-04-29 12:16:52 +02:00
parent 30a3f2c386
commit 3be064d67d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ def add_season(data=None):
special = platformtools.dialog_numeric(0, heading)
return [int(season), int(episode), int(special)]
elif episode != '':
return [int(season), int(episode)]
return [int(season), int(episode), '']
def write_data(channel, show, data):