diff --git a/bazarr.py b/bazarr.py index 94ec46f8f..2537faba9 100644 --- a/bazarr.py +++ b/bazarr.py @@ -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: