Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/ef40831c24922063dff0669325301b5aca262815 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed random bracket from Series/Details.

pull/6/head
Mark McDowall 14 years ago
parent 8dc62a711a
commit ef40831c24

@ -132,7 +132,6 @@
.OrderBy(sortOrder => sortOrder.Add(o => o.EpisodeNumber).Descending()).SortMode(GridSortMode.SingleColumn))
.Render();
}
}
@section Scripts{
<script type="text/javascript">
seriesId = @Model.SeriesId;

Loading…
Cancel
Save