Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/02d842a2b2378e8b8317dafe93e2977ac48d212e/NzbDrone.Backbone/Series/SeasonCollection.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
define(['app','Series/SeasonModel'], function () {
|
|
NzbDrone.Series.SeasonCollection = Backbone.Collection.extend({
|
|
url: NzbDrone.Constants.ApiRoot + '/season',
|
|
model: NzbDrone.Series.SeasonModel
|
|
});
|
|
});
|