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

Fix typo from last commit

pull/427/head
Halali 6 years ago
parent be5e7d9169
commit e24354ce9f

@ -1762,7 +1762,7 @@ def remove_subtitles_movie():
list_missing_subtitles_movies(radarrId)
@route(base_url + 'INNtle', method='POST')
@route(base_url + 'get_subtitle', method='POST')
@custom_auth_basic(check_credentials)
def get_subtitle():
authorize()

Loading…
Cancel
Save