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/df967c1ed1b37e645ab39d9369e2685f431bf418/UI/AddSeries/RootFolders/StartingSeasonSelectionPartial.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/AddSeries/RootFolders/StartingSeasonSelectionPart...

10 lines
308 B

<select class="span2 x-starting-season">
{{#each this}}
{{#if_eq seasonNumber compare="0"}}
<option value="{{seasonNumber}}">Specials</option>
{{else}}
<option value="{{seasonNumber}}">Season {{seasonNumber}}</option>
{{/if_eq}}
{{/each}}
</select>