From 04c496ebf4b59520ec38a9f176c4ed251200a8d5 Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 16 Jan 2018 22:46:41 -0500 Subject: [PATCH] Batch editor bug correction #41 --- bazarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: