mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-13 10:17:43 +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:
|
||||
lang = 'None'
|
||||
|
||||
if str(lang) == "['']":
|
||||
lang = '[]'
|
||||
|
||||
hi = request.forms.get('hearing_impaired')
|
||||
|
||||
if hi == "on":
|
||||
|
|
Loading…
Reference in a new issue