mirror of https://github.com/Radarr/Radarr
Removed random s from jquery.ajax
This commit is contained in:
parent
8cfc9ef0a3
commit
ff7ce397ab
|
@ -22,7 +22,8 @@ define(
|
||||||
|
|
||||||
delete xhr.data;
|
delete xhr.data;
|
||||||
}
|
}
|
||||||
s if (xhr) {
|
|
||||||
|
if (xhr) {
|
||||||
xhr.headers = xhr.headers || {};
|
xhr.headers = xhr.headers || {};
|
||||||
xhr.headers.Authorization = window.NzbDrone.ApiKey;
|
xhr.headers.Authorization = window.NzbDrone.ApiKey;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue