Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/60b3b2d7f133f2e18dbecc0dc3107ced5676843e?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix for save_settings

pull/1100/head
Louis Vézina 5 years ago
parent 221f92d09a
commit 60b3b2d7f1

@ -182,6 +182,7 @@ def save_settings(settings_items):
update_schedule = False update_schedule = False
update_path_map = False update_path_map = False
configure_proxy = False configure_proxy = False
exclusion_updated = False
for key, value in settings_items: for key, value in settings_items:
# Intercept database stored settings # Intercept database stored settings

Loading…
Cancel
Save