mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
added global NzbDrone namespace.
This commit is contained in:
@@ -5,6 +5,6 @@ define(
|
||||
], function (QualitySizeModel) {
|
||||
return Backbone.Collection.extend({
|
||||
model: QualitySizeModel,
|
||||
url : window.ApiRoot + '/qualitysize'
|
||||
url : window.NzbDrone.ApiRoot + '/qualitysize'
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user