Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/3f85104d186d698103267e8d240f88bdb406cc4b/UI/Series/Index/Posters/ItemTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/Series/Index/Posters/ItemTemplate.html

34 lines
1.3 KiB

<div class="series-posters-item">
<div class="row">
<div class="span2">
12 years ago
<div class="center">
<div class="series-poster-container x-series-poster">
<div class="series-controls">
<i class="icon-cog x-edit" title="Edit Series"/>
<i class="icon-remove x-remove" title="Delete Series"/>
</div>
{{#unless_eq status compare="continuing"}}
12 years ago
<div class="ended-banner">Ended</div>
{{/unless_eq}}
<a href="{{route}}">
<img class="series-poster" src="{{poster}}" {{defaultImg}}>
12 years ago
</a>
</div>
</div>
<div class="center title">{{title}}</div>
<div class="center">
12 years ago
<div class="labels">
{{#if_eq status compare="continuing"}}
12 years ago
{{#if nextAiring}}
<span class="label label-inverse">{{NextAiring nextAiring}}</span>
12 years ago
{{/if}}
{{/if_eq}}
{{> EpisodeProgressPartial }}
12 years ago
</div>
</div>
</div>
</div>
</div>