mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 17:13:35 +08:00
Bug correction in series editor
This commit is contained in:
parent
5e2586a59a
commit
58e40d3c96
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ def edit_serieseditor():
|
|||
c = conn.cursor()
|
||||
|
||||
for serie in series:
|
||||
if str(lang) != "['']":
|
||||
if str(lang) != "[]" and str(lang) != "['']":
|
||||
if str(lang) == "['None']":
|
||||
lang = 'None'
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue