1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 21:24:56 +00:00

Removed random s from jquery.ajax

This commit is contained in:
Mark McDowall 2013-10-10 21:22:39 -07:00
parent 8cfc9ef0a3
commit ff7ce397ab

View file

@ -22,7 +22,8 @@ define(
delete xhr.data;
}
s if (xhr) {
if (xhr) {
xhr.headers = xhr.headers || {};
xhr.headers.Authorization = window.NzbDrone.ApiKey;
}