mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-14 02:37:45 +08:00
Merge branch 'master' into radarr
This commit is contained in:
commit
7000343ddc
1 changed files with 3 additions and 0 deletions
|
@ -224,6 +224,9 @@ def edit_series(no):
|
||||||
else:
|
else:
|
||||||
lang = 'None'
|
lang = 'None'
|
||||||
|
|
||||||
|
if str(lang) == "['']":
|
||||||
|
lang = '[]'
|
||||||
|
|
||||||
hi = request.forms.get('hearing_impaired')
|
hi = request.forms.get('hearing_impaired')
|
||||||
|
|
||||||
if hi == "on":
|
if hi == "on":
|
||||||
|
|
Loading…
Reference in a new issue