Merge branch 'master' into radarr

This commit is contained in:
morpheus65535 2018-04-23 10:04:41 -04:00
commit 7000343ddc
1 changed files with 3 additions and 0 deletions

View File

@ -224,6 +224,9 @@ def edit_series(no):
else:
lang = 'None'
if str(lang) == "['']":
lang = '[]'
hi = request.forms.get('hearing_impaired')
if hi == "on":