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

Fix for configured() not working as expected.

pull/684/head
Louis Vézina 5 years ago
parent 184b4504d7
commit 4504c025af

@ -2018,7 +2018,7 @@ def perform_manual_upload_subtitle_movie():
def configured():
System.update({System.configured: 1}).execute()
database.execute("UPDATE system SET configured = 1")
@route(base_url + 'api/series/wanted')

Loading…
Cancel
Save