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

30 lines
942 B

<div class="search-item">
<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>