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

7 lines
321 B

<div class="legend">
<ul class='legend-labels'>
<li><span class="progress-primary"></span>Continuing (All Episodes downloaded)</li>
<li><span class="progress-success"></span>Ended (All Episodes downloaded)</li>
<li><span class="progress-danger"></span>Missing Episodes</li>
</ul>
</div>