mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-06 23:12:33 +01:00
4 lines
No EOL
128 B
JavaScript
4 lines
No EOL
128 B
JavaScript
window.QualityProfileCollection = Backbone.Collection.extend({
|
|
model: QualityProfile,
|
|
url: '/api/qualityprofiles'
|
|
}); |