Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/0f1884fd202518c0381ec5801ce85c3e17e14371 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added continuing/ended to series details

New: Series status added to series details
pull/6/head
Mark McDowall 12 years ago
parent 22db06de97
commit 0f1884fd20

@ -2,6 +2,12 @@
<span class="label label-info">{{network}}</span>
<span class="label label-info">{{runtime}} minutes</span>
<span class="label label-info">{{path}}</span>
{{#if_eq status compare="continuing"}}
<span class="label label-info">Continuing</span>
{{else}}
<span class="label">Ended</span>
{{/if_eq}}
<span class="pull-right">
<a href="{{traktUrl}}" class="label label-info">Trakt</a>

Loading…
Cancel
Save