Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/5ea794939c9cb2555659fa0a7da70b0675304d8c/UI/AddSeries/SearchResultTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/AddSeries/SearchResultTemplate.html

31 lines
993 B

<div class="search-item {{#unless isExisting}}search-item-new{{/unless}}">
<div class="row">
<div class="span2">
<a href="{{traktUrl}}" target="_blank">
<img class="series-poster img-polaroid" src="{{remotePoster}}">
</a>
</div>
<div class="span9">
<div class="row">
<h2>{{title}}</h2>
</div>
<div class="row new-series-overview x-overview">
{{overview}}
</div>
<div class="row">
<div class="btn btn-success x-add pull-right new-series-add">
Add
<icon class="icon-plus"></icon>
</div>
{{#unless isExisting}}
{{rootFolderSelection}}
{{/unless}}
<div class='pull-right'>
{{qualityProfileSelection}}
</div>
</div>
</div>
</div>
</div>