Update Authorization header

This commit is contained in:
Neil Burrows 2021-09-12 15:43:25 +01:00
parent 001499253b
commit d727f0b924

View File

@ -153,6 +153,6 @@ function authorize_request(request)
auth = auth + ", Token=" + Chr(34) + token + Chr(34)
end if
request.AddHeader("X-Emby-Authorization", auth)
request.AddHeader("Authorization", auth)
return request
end function