Bug correction in series editor

This commit is contained in:
morpheus65535 2018-01-18 21:10:16 -05:00
parent 5e2586a59a
commit 58e40d3c96
1 changed files with 1 additions and 1 deletions

View File

@ -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: