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

10 lines
217 B

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