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

5 lines
268 B

<div class="progress">
<span class="progressbar-back-text">{{episodeFileCount}} / {{episodeCount}}</span>
<div class="bar" style="width:{{percentOfEpisodes}}%"><span class="progressbar-front-text">{{episodeFileCount}} / {{episodeCount}}</span></div>
</div>