Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/2e1d36a05e60c24fe11724a69b5c39b9156546c6/UI/Series/EpisodeModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Series/EpisodeModel.js

13 lines
193 B

define(['app'], function () {
NzbDrone.Series.EpisodeModel = Backbone.Model.extend({
mutators: {
},
defaults: {
seasonNumber: 0
}
});
});