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