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/e436072dcc44e04e5ec001b51fa712eca8d6b0d1/UI/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
|
|
});
|
|
});
|