mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Removed random s from jquery.ajax
This commit is contained in:
parent
8cfc9ef0a3
commit
ff7ce397ab
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue