Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/99aa25bf83e3e23f43e21fa767cb681bb44c7a15
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
13 additions and
1 deletions
@ -1,6 +1,14 @@
{{ # each seasons }}
{{ debug }}
<span class="season">
{{ # if _ eq statistics .totalEpisodeCount compare = 0 }}
<span class="season season-unaired">
{{ else }}
{{ # if _ eq statistics .percentOfEpisodes compare = 1 0 0 }}
<span class="season season-all">
{{ else }}
<span class="season season-partial">
{{ / if _ eq }}
{{ / if _ eq }}
<span class="label">
<span class="x-season-monitored season-monitored" title="Toggle season monitored status" data-season-number=" {{ seasonNumber }} ">
<i class="x-season-monitored-icon {{ # if monitored }} icon-sonarr-monitored {{ else }} icon-sonarr-unmonitored {{ / if }} "/>
@ -30,6 +30,10 @@
color : #999;
background-color : #f7f7f7;
}
&.season-all .label:last-child {
background-color : #e0ffe0;
}
.season-monitored {
width : 16px;