Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/1665bfa6ac55f0cb2487a0304e73acc817e29981/UI/Series/Details/SeriesDetailsTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Series/Details/SeriesDetailsTemplate.html

33 lines
1.2 KiB

<div class="row series-page-header">
<div class="span11">
<div class="row">
<h1>
<i class="x-monitored clickable series-monitor-toggle" title="Toggle monitored state for entire series"/>
{{title}}
<div class="series-actions pull-right">
<div class="x-refresh">
<i class="icon-refresh icon-can-spin" title="Update series info and scan disk"/>
</div>
<div class="x-rename">
<i class="icon-nd-rename" title="Rename all episodes in this series"/>
</div>
<div class="x-search">
<i class="icon-search" title="Search for all episodes in this series"/>
</div>
<div class="x-edit">
<i class="icon-nd-edit" title="Edit series"/>
</div>
</div>
</h1>
</div>
<div class="row series-detail-overview">
{{overview}}
</div>
<div id="info" class="row">
</div>
</div>
</div>
<div id="seasons"></div>