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

5 lines
170 B

{{#if proper}}
<span class="badge badge-info" title="PROPER">{{quality.name}}</span>
{{else}}
<span class="badge badge-inverse">{{quality.name}}</span>
{{/if}}