Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/e19e5238248f0182bc64b1c8f52a18c3f3752878/UI/Settings/Indexers/CollectionTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/Settings/Indexers/CollectionTemplate.html

16 lines
504 B

<fieldset>
<legend>Indexers</legend>
<div class="row">
<div class="span12">
<ul id="x-indexers" class="indexer-list">
<li>
<div class="indexer-settings-item add-card x-add-card">
<span class="center well">
<i class="icon-plus" title="Add Newznab"/>
</span>
</div>
</li>
</ul>
</div>
</div>
</fieldset>