1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

added global NzbDrone namespace.

This commit is contained in:
kay.one
2013-09-14 00:10:19 -07:00
parent d5e5d6de29
commit 27c57612f4
30 changed files with 36 additions and 35 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ define(
], function (Backbone) {
var model = Backbone.Model.extend({
url: window.ApiRoot + '/system/status'
url: window.NzbDrone.ApiRoot + '/system/status'
});