mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
added global NzbDrone namespace.
This commit is contained in:
@@ -8,7 +8,7 @@ define(
|
||||
], function (App, Backbone, Messenger) {
|
||||
|
||||
var ProgressMessageCollection = Backbone.Collection.extend({
|
||||
url : window.ApiRoot + '/progressmessage',
|
||||
url : window.NzbDrone.ApiRoot + '/progressmessage',
|
||||
model: Backbone.Model,
|
||||
|
||||
initialize: function(){
|
||||
|
Reference in New Issue
Block a user