Batch editor bug correction #41

This commit is contained in:
morpheus65535 2018-01-16 22:46:41 -05:00
parent ec7bb3a836
commit 04c496ebf4
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def edit_serieseditor():
c = conn.cursor()
for serie in series:
if len(lang) > 0:
if str(lang) != "['']":
if str(lang) == "['None']":
lang = 'None'
else: