Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/91cc65bae22095081308dae3ff0cfc0490301094/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/AddSeries/Existing/UnmappedFolderCompositeView...

22 lines
761 B

"use strict";
<div class="row unmapped-folder-view">
12 years ago
<div class="span11">
<div class="row folder-header">
<input class="x-txt-search input-xlarge" type="text" value="{{folder.name}}" placeholder="{{folder.name}}">
<select class="span2 x-lst-quality-profile">
{{#each quality.models}}
<option value="{{id}}">{{attributes.name}}</option>
{{/each}}
</select>
<div class="btn btn-primary x-btn-search pull-right">
<icon class="icon-search "></icon>
</div>
12 years ago
<div class="row">
<div class="x-folder-name-match-results folder-name-matches span11"/>
12 years ago
</div>
</div>
12 years ago
</div>
</div>