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