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/42fb4fcaa4c9ee1410c1950a5bfc79ed7a87b5d8/UI/Episode/Search/Layout.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/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'
});
});