You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/NzbDrone.Web/_backboneApp/Quality/qualityProfileCollection.js

7 lines
269 B

/// <reference path="../app.js" />
/// <reference path="qualityProfileModel.js" />
NzbDrone.Quality.QualityProfileCollection = Backbone.Collection.extend({
model: NzbDrone.Quality.QualityProfileModel,
url: NzbDrone.Constants.ApiRoot + '/qualityprofiles'
});