Queue should update now

This commit is contained in:
Mark McDowall
2013-10-03 14:06:52 -07:00
parent 938b5f1ae3
commit 6f27d8c33f
11 changed files with 65 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ define(function () {
}
if (xhr) {
xhr.headers = xhr.headers || {};
xhr.headers['Authorization'] = window.NzbDrone.ApiKey;
// xhr.headers.Authorization = window.NzbDrone.ApiKey;
}
return original.apply(this, arguments);