Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/2083a86c2a713c64177b8a433cda7d601475f418/UI/Series/EpisodeProgressTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
<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>
|