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

10 lines
217 B

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