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/86fa34628fdf678e37ecec02709b9957299ea949/UI/Settings/DownloadClient/PneumaticViewTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/Settings/DownloadClient/PneumaticViewTemplate.html

14 lines
455 B

<fieldset>
<legend>Pneumatic</legend>
<div class="control-group">
<label class="control-label">Nzb Folder</label>
<div class="controls">
<input type="text" name="pneumaticFolder" class="x-path"/>
<span class="help-inline">
<i class="icon-form-info" title="Folder to save NZBs for Pneumatic<br/>must be accessible from XBMC"></i>
</span>
</div>
</div>
</fieldset>