Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/8d5e92d60265efed738e6fed41a3decf708d63b6/UI/Settings/DownloadClient/BlackholeViewTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Settings/DownloadClient/BlackholeViewTemplate.html

14 lines
455 B

<fieldset>
<legend>Blackhole</legend>
<div class="control-group">
<label class="control-label">Blackhole Folder</label>
<div class="controls">
<input type="text" name="blackholeFolder" class="x-path"/>
<span class="help-inline">
<i class="icon-nd-form-info" title="The folder where your download client will pickup .nzb files"/>
</span>
</div>
</div>
</fieldset>