Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/58e40d3c964a2ff0444cf8df9829592614ffbdf7 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Bug correction in series editor

pull/56/merge
morpheus65535 7 years ago
parent 5e2586a59a
commit 58e40d3c96

@ -230,7 +230,7 @@ def edit_serieseditor():
c = conn.cursor()
for serie in series:
if str(lang) != "['']":
if str(lang) != "[]" and str(lang) != "['']":
if str(lang) == "['None']":
lang = 'None'
else:

Loading…
Cancel
Save