Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/c2129054a0b56d18783246b6d732b5b3979c0d95/UI/Quality/QualityProfileSelectionPartial.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<select class="span2 x-quality-profile">
|
|
{{#each this}}
|
|
<option value="{{id}}">{{name}}</option>
|
|
{{/each}}
|
|
</select> |