Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/d02fe767426f9587694027a2f5eeea73d82c854c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -1006,7 +1006,7 @@
< div class = " two wide column " >
< div class = ' field ' >
< div class = " ui input " >
< input name = " settings_general_minimum_score " type = " number " min = " 0 " max = " 100 " step = " 5 " onkeydown = " return false " value = " {{ settings.general.minimum_score}} " >
< input name = " settings_general_minimum_score " type = " number " min = " 0 " max = " 100 " step = " 1 " onkeydown = " return false " value = " {{ settings.general.minimum_score}} " >
< / div >
< / div >
< / div >
@ -1026,7 +1026,7 @@
< div class = " two wide column " >
< div class = ' field ' >
< div class = " ui input " >
< input name = " settings_general_minimum_score_movies " type = " number " min = " 0 " max = " 100 " step = " 5 " onkeydown = " return false " value = " {{ settings.general.minimum_score_movie}} " >
< input name = " settings_general_minimum_score_movies " type = " number " min = " 0 " max = " 100 " step = " 1 " onkeydown = " return false " value = " {{ settings.general.minimum_score_movie}} " >
< / div >
< / div >
< / div >