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/9ae21cf7a13c31734c13fdb65e3a93109cbbd016/UI/Upcoming/UpcomingModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Upcoming/UpcomingModel.js

11 lines
194 B

define(['app'], function (app) {
NzbDrone.Upcoming.UpcomingModel = Backbone.Model.extend({
mutators: {
},
defaults: {
status: 0
}
});
});