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/11a70a4a9489ba68a8aeefeec9ac9df25d4f7e96/UI/AddSeries/RootFolders/RootFolderSelectionPartial.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/AddSeries/RootFolders/RootFolderSelectionPartial....

11 lines
269 B

<select class="span6 x-root-folder">
{{#if this}}
{{#each this}}
<option value="{{id}}">{{path}}</option>
{{/each}}
{{else}}
<option value="">Select Path</option>
{{/if}}
<option value="addNew">Add a different path</option>
</select>