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/c1960525d7bf973e1c4e18b4e6ef1fe0040f2326/NzbDrone.Backbone/Upcoming/UpcomingModel.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
define(['app'], function (app) {
|
|
NzbDrone.Upcoming.UpcomingModel = Backbone.Model.extend({
|
|
mutators: {
|
|
|
|
},
|
|
defaults: {
|
|
status: 0
|
|
}
|
|
});
|
|
});
|