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/4cd75cd8aa3b4c251f37a380de0c5e6bbea288ca/UI/Series/Index/EmptySeriesIndexView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Series/Index/EmptySeriesIndexView.js

7 lines
214 B

'use strict';
define(['app'], function () {
NzbDrone.Series.Index.EmptySeriesCollectionView = Backbone.Marionette.CompositeView.extend({
template: 'Series/Index/EmptySeriesIndexTemplate'
});
});