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/23695b3fe8e3bdead6cdd1e2f919d72a9dfbd35b/UI/Episode/Search/Layout.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Episode/Search/Layout.js

10 lines
182 B

"use strict";
define(['app'], function () {
NzbDrone.Episode.Search.Layout = Backbone.Marionette.Layout.extend({
template: 'Episode/Search/LayoutTemplate'
});
});