Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/add4c385899fed1e8e18907dc148cdf0684ad07e/UI/Series/Index/EmptySeriesIndexView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Series/Index/EmptySeriesIndexView.js

10 lines
217 B

'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.CompositeView.extend({
template: 'Series/Index/EmptySeriesIndexTemplate'
});
});