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/455196eefb289a8100288ba226fb7f3b03c6d2bc/UI/AddSeries/AddSeriesTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/AddSeries/AddSeriesTemplate.html

13 lines
508 B

<div class="row">
<div class="input-prepend nz-input-large add-series-search span11 x-search-bar">
<i class="add-on icon-search"/>
<input type="text" class="input-block-level x-series-search" placeholder="Start typing the name of series you want to add ...">
</div>
</div>
<div class="row">
<div id="search-result" class="result-list span12"/>
</div>
<div class="text-center new-series-loadmore x-load-more" style="display: none;">
<i class="icon-angle-down"/> more
</div>