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

14 lines
433 B

{{#if allFilesDownloaded}}
<span class="label label-info season-menu-item">
{{else}}
<span class="label label-white season-menu-item">
{{/if}}
<i class="x-season-monitored clickable" title="Toggle season monitored status"/>
<span class="x-text text" title="Go to season">
{{#if_eq seasonNumber compare=0}}
Specials
{{else}}
S{{Pad2 seasonNumber}}
{{/if_eq}}
</span>
</span>