Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/d3d2950a8890d86127e9ec764ff7b87b75884a4b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
2 deletions
@ -3,7 +3,6 @@
@section TitleContent{
@Model.Title
}
<script src="../../Scripts/NzbDrone/seriesDetails.js" type="text/javascript"></script>
<link href="../../Content/Grid.css" rel="stylesheet" type="text/css" />
<style>
.seasonToggleTopGroup
@ -117,7 +116,6 @@
.Width(80);
})
.DetailView(detailView => detailView.ClientTemplate("<div><#= Overview #> </br><#= Path #> </div>"))
//.Sortable(rows => rows.OrderBy(epSort => epSort.Add(c => c.EpisodeNumber).Descending()).Enabled(false))
.Footer(true)
.DataBinding(
d =>
@ -133,6 +131,7 @@
.Render();
}
@section Scripts{
<script src="../../Scripts/NzbDrone/seriesDetails.js" type="text/javascript"></script>
<script type="text/javascript">
seriesId = @Model.SeriesId;
</script>