Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/e9b9e63f7ae9680f578de97c900e5f978754ae2c/NzbDrone.Backbone/Series/EpisodeModel.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
define(['app'], function () {
|
|
NzbDrone.Series.EpisodeModel = Backbone.Model.extend({
|
|
|
|
mutators: {
|
|
|
|
},
|
|
|
|
defaults: {
|
|
seasonNumber: 0
|
|
}
|
|
});
|
|
});
|