renamed /api/qualityprofiles to /api/qualityprofile

This commit is contained in:
Mark McDowall
2014-02-11 17:52:03 -08:00
parent 3d3390187e
commit 4e5588f5dd
5 changed files with 5 additions and 6 deletions
@@ -8,6 +8,6 @@ define(
return Backbone.Collection.extend({
model: QualityProfileModel,
url : window.NzbDrone.ApiRoot + '/qualityprofiles/schema'
url : window.NzbDrone.ApiRoot + '/qualityprofile/schema'
});
});