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/fa993109fc1ca3d1e18c96d2c206ad2a595b2b20/UI/Cells/Edit/QualityCellEditorTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/Cells/Edit/QualityCellEditorTemplate.html

7 lines
196 B

{{#each available}}
{{#if selected}}
<option value="{{id}}" selected="selected">{{name}}</option>
{{else}}
<option value="{{id}}">{{name}}</option>
{{/if}}
{{/each}}