1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00

Batch editor bug correction #41

This commit is contained in:
morpheus65535 2018-01-16 22:46:41 -05:00
parent ec7bb3a836
commit 04c496ebf4

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: