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

9 lines
200 B

define(['app'], function () {
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
template : 'Shared/SpinnerTemplate',
12 years ago
className: 'nz-spinner row'
});
});