Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/fa0ffafbcf462cdc116deeffa6cd5db4e43feb99
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -837,7 +837,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 [ 2 5 ] } } ">
<input name="settings_general_minimum_score_movies" type="number" min="0" max="100" step="5" onkeydown="return false" value=" { { settings_general [ 2 4 ] } } ">
</div>
</div>
</div>
@ -855,7 +855,7 @@
<label>Use embedded subtitles</label>
</div>
<div class="one wide column">
<div id="settings_embedded" class="ui toggle checkbox" data-embedded= { { settings_general [ 2 4 ] } } >
<div id="settings_embedded" class="ui toggle checkbox" data-embedded= { { settings_general [ 2 5 ] } } >
<input name="settings_general_embedded" type="checkbox">
<label></label>
</div>
@ -1618,4 +1618,4 @@
$('.form').form('validate form');
$('#loader').removeClass('active');
})
</script>
</script>