diff --git a/bazarr.py b/bazarr.py index ffc5e923f..c3712c31a 100644 --- a/bazarr.py +++ b/bazarr.py @@ -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: