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

11 lines
272 B

<td class="span10 x-folder folder-path">
{{path}}
</td>
<td class="span3 x-folder folder-free-space">
<span>{{Bytes freeSpace}}</span>
</td>
<td class="span1 nz-row-action">
<div class="btn btn-small btn-icon-only icon-nd-delete x-delete">
</div>
</td>