mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 14:59:16 +00:00
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
window.QualityProfileCollection = Backbone.Collection.extend({
|
|
model: QualityProfile,
|
|
url: '/api/qualityprofiles'
|
|
}); |