Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/c8c67a825440b5acb7eebdbe81b3decd79b36b51/UI/Cells/QualityCellTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{{#if proper}}
|
|
<span class="badge badge-info" title="PROPER">{{quality.name}}</span>
|
|
{{else}}
|
|
<span class="badge badge-inverse">{{quality.name}}</span>
|
|
{{/if}} |