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