Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/9248564e87aad6d7a8f5c185402559223958031e?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

FixedL Posters will show episode cound about next airing for consistency

pull/3113/head
Mark McDowall 11 years ago
parent c4936f0523
commit 9248564e87

@ -20,12 +20,13 @@
<div class="center">
<div class="labels">
{{> EpisodeProgressPartial }}
{{#if_eq status compare="continuing"}}
{{#if nextAiring}}
<span class="label label-default">{{RelativeDate nextAiring}}</span>
{{/if}}
{{/if_eq}}
{{> EpisodeProgressPartial }}
</div>
</div>
</div>

Loading…
Cancel
Save