Fix autorenumber
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -10020,7 +10020,7 @@ msgid "Do you want to update Quasar to avoid errors?"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#70585"
|
||||
msgid "RENUMBERING"
|
||||
msgid "[B]Renumbering[/B] (beta)"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#70586"
|
||||
|
||||
@@ -5004,8 +5004,8 @@ msgid "Do you want to update Quasar to avoid errors?"
|
||||
msgstr "Vuoi aggiornare Quasar per evitare errori?"
|
||||
|
||||
msgctxt "#70585"
|
||||
msgid "RENUMBERING"
|
||||
msgstr "RINUMERAZIONE"
|
||||
msgid "[B]Renumbering[/B] (beta)"
|
||||
msgstr "[B]Rinumerazione[/B] (beta)"
|
||||
|
||||
msgctxt "#70586"
|
||||
msgid "Set up series number..."
|
||||
|
||||
Reference in New Issue
Block a user