Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/b178d8fd0f754671e5c9f1b39f4d3fe52974ebf7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
6 deletions
@ -399,7 +399,7 @@
hi: $(this).attr("data-hi"),
sonarrSeriesId: $(this).attr('data-sonarrSeriesId'),
sonarrEpisodeId: $(this).attr('data-sonarrEpisodeId'),
title: ' { { ! details [ 0 ] . replace ( "'" , "\\'" ) } } '
title: " { { ! details [ 0 ] . replace ( "'" , "\\'" ) } } "
};
$('#loader_text').text("Downloading subtitle to disk...");
@ -472,7 +472,7 @@
hi: hi,
sonarrSeriesId: sonarrSeriesId,
sonarrEpisodeId: sonarrEpisodeId,
title: ' { { ! details [ 0 ] . replace ( "'" , "\'" ) } } '
title: " { { ! details [ 0 ] . replace ( "'" , "\'" ) } } "
};
$('#search_result').DataTable( {
@ -556,7 +556,7 @@
hi: hi,
sonarrSeriesId: sonarrSeriesId,
sonarrEpisodeId: sonarrEpisodeId,
title: ' { { ! details [ 0 ] . replace ( "'" , "\\'" ) } } '
title: " { { ! details [ 0 ] . replace ( "'" , "\\'" ) } } "
};
$('#loader_text').text("Downloading subtitle to disk...");
@ -349,7 +349,7 @@
hi: $(this).attr("data-hi"),
radarrId: $(this).attr("data-radarrId"),
tmdbid: { { tmdbid } } ,
title: ' { { ! details [ 0 ] . replace ( "'" , "\\'" ) } } '
title: " { { ! details [ 0 ] . replace ( "'" , "\\'" ) } } "
};
$('#loader_text').text("Downloading subtitle to disk...");
@ -417,7 +417,7 @@
language: language,
hi: hi,
radarrId: radarrId,
title: ' { { ! details [ 0 ] . replace ( "'" , "\'" ) } } '
title: " { { ! details [ 0 ] . replace ( "'" , "\'" ) } } "
};
$('#search_result').DataTable( {
@ -501,7 +501,7 @@
language: $(button).attr("data-language"),
hi: hi,
radarrId: radarrId,
title: ' { { ! details [ 0 ] . replace ( "'" , "\\'" ) } } '
title: " { { ! details [ 0 ] . replace ( "'" , "\\'" ) } } "
};
$('#loader_text').text("Downloading subtitle to disk...");