diff options
author | morpheus65535 <[email protected]> | 2018-04-23 10:04:08 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2018-04-23 10:04:08 -0400 |
commit | 8cbb22d406d61a3d9fb72f1ec777b90ccb4c7ab7 (patch) | |
tree | fd6c2e211ccf14fe11d8f16c0c2fe885f9e7b96d /bazarr.py | |
parent | b0854cb33dc47043e92c559dddfdb080a12d3817 (diff) | |
parent | 490899f2558130eb3d86d0748d6f20a7481faee2 (diff) | |
download | bazarr-8cbb22d406d61a3d9fb72f1ec777b90ccb4c7ab7.tar.gz bazarr-8cbb22d406d61a3d9fb72f1ec777b90ccb4c7ab7.zip |
Merge branch 'master' into development
Diffstat (limited to 'bazarr.py')
-rw-r--r-- | bazarr.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -208,6 +208,9 @@ def edit_series(no): else:
lang = 'None'
+ if str(lang) == "['']":
+ lang = '[]'
+
hi = request.forms.get('hearing_impaired')
if hi == "on":
|