Fix autorenumber
This commit is contained in:
@@ -64,7 +64,7 @@ def add_season(data=None):
|
|||||||
special = platformtools.dialog_numeric(0, heading)
|
special = platformtools.dialog_numeric(0, heading)
|
||||||
return [int(season), int(episode), int(special)]
|
return [int(season), int(episode), int(special)]
|
||||||
elif episode != '':
|
elif episode != '':
|
||||||
return [int(season), int(episode)]
|
return [int(season), int(episode), '']
|
||||||
|
|
||||||
|
|
||||||
def write_data(channel, show, data):
|
def write_data(channel, show, data):
|
||||||
|
|||||||
@@ -10020,7 +10020,7 @@ msgid "Do you want to update Quasar to avoid errors?"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#70585"
|
msgctxt "#70585"
|
||||||
msgid "RENUMBERING"
|
msgid "[B]Renumbering[/B] (beta)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#70586"
|
msgctxt "#70586"
|
||||||
|
|||||||
@@ -5004,8 +5004,8 @@ msgid "Do you want to update Quasar to avoid errors?"
|
|||||||
msgstr "Vuoi aggiornare Quasar per evitare errori?"
|
msgstr "Vuoi aggiornare Quasar per evitare errori?"
|
||||||
|
|
||||||
msgctxt "#70585"
|
msgctxt "#70585"
|
||||||
msgid "RENUMBERING"
|
msgid "[B]Renumbering[/B] (beta)"
|
||||||
msgstr "RINUMERAZIONE"
|
msgstr "[B]Rinumerazione[/B] (beta)"
|
||||||
|
|
||||||
msgctxt "#70586"
|
msgctxt "#70586"
|
||||||
msgid "Set up series number..."
|
msgid "Set up series number..."
|
||||||
|
|||||||
Reference in New Issue
Block a user