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/fcd3617bf8adeafc7485437cb9420af2f0fdee10/UI/Series/EpisodeModel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Series/EpisodeModel.js

14 lines
207 B

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