Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/968fad4193f0a213cd12d50ca33b87742068b018
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
8 additions and
8 deletions
@ -86,7 +86,7 @@
%end
%end
%else:
<a data-moviePath=" { { row [ 3 ] } } " data-sceneName=" { { row [ 5 ] } } " data-language=" { { alpha3_from_alpha2 ( str ( language ) ) } } " data-hi=" { { row [ 4 ] } } " data-radarrId= { { row [ 2 ] } } class="get_subtitle ui tiny label">
<a data-moviePath=" { { row [ 3 ] } } " data-sceneName=" { { row [ 5 ] } } " data-language=" { { alpha3_from_alpha2 ( str ( language ) ) } } " data-hi=" { { row [ 4 ] } } " data-radarrId= " { { row [ 2 ] } } " data-title="{ { row [ 0 ] . replace ( "'" , "\'" ) } } " class="get_subtitle ui tiny label">
{ { language } }
<i style="margin-left:3px; margin-right:0" class="search icon"></i>
</a>
@ -119,12 +119,12 @@
backward icon"></i>
{ { page } } / { { max_page } }
<i class="\\
%if int(page) = = int(max_page):
%if int(page) > = int(max_page):
disabled\\
%end
forward icon"></i>
<i class="\\
%if int(page) = = int(max_page):
%if int(page) > = int(max_page):
disabled\\
%end
fast forward icon"></i>
@ -168,7 +168,7 @@
language: $(this).attr("data-language"),
hi: $(this).attr("data-hi"),
radarrId: $(this).attr("data-radarrId"),
title: '{ { ! row [ 0 ] . replace ( "'" , "\\'" ) } } '
title: $(this).attr("data-title")
};
$('#loader_text').text("Downloading subtitles...");
$('#loader').addClass('active');
@ -93,7 +93,7 @@
%end
%end
%else:
<a data-episodePath=" { { row [ 5 ] } } " data-sceneName=" { { row [ 8 ] } } " data-language=" { { alpha3_from_alpha2 ( str ( language ) ) } } " data-hi=" { { row [ 6 ] } } " data-sonarrSeriesId= { { row [ 4 ] } } data-sonarrEpisodeId= { { row [ 7 ] } } class="get_subtitle ui tiny label">
<a data-episodePath=" { { row [ 5 ] } } " data-sceneName=" { { row [ 8 ] } } " data-language=" { { alpha3_from_alpha2 ( str ( language ) ) } } " data-hi=" { { row [ 6 ] } } " data-sonarrSeriesId= { { row [ 4 ] } } data-sonarrEpisodeId= { { row [ 7 ] } } data-title="{ { row [ 0 ] . replace ( "'" , "\'" ) } } " class="get_subtitle ui tiny label">
{ { language } }
<i style="margin-left:3px; margin-right:0" class="search icon"></i>
</a>
@ -126,12 +126,12 @@
backward icon"></i>
{ { page } } / { { max_page } }
<i class="\\
%if int(page) = = int(max_page):
%if int(page) > = int(max_page):
disabled\\
%end
forward icon"></i>
<i class="\\
%if int(page) = = int(max_page):
%if int(page) > = int(max_page):
disabled\\
%end
fast forward icon"></i>
@ -176,7 +176,7 @@
hi: $(this).attr("data-hi"),
sonarrSeriesId: $(this).attr("data-sonarrSeriesId"),
sonarrEpisodeId: $(this).attr("data-sonarrEpisodeId"),
title: '{ { ! row [ 0 ] . replace ( "'" , "\\'" ) } } '
title: $(this).attr("data-title")
};
$('#loader_text').text("Downloading subtitles...");
$('#loader').addClass('active');