Update Jellyfin authorization header

We still use X-Emby-Authorization instead of X-Jellyfin-Authorization.

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/3924/head
Joshua M. Boniface 4 years ago committed by GitHub
parent 9fe644f3db
commit 2f1471c61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ namespace Ombi.Api.Jellyfin
request.AddJsonBody(body);
request.AddHeader("X-Jellyfin-Authorization",
request.AddHeader("X-Emby-Authorization",
$"MediaBrowser Client=\"Ombi\", Device=\"Ombi\", DeviceId=\"v3\", Version=\"v3\"");
AddHeaders(request, apiKey);

Loading…
Cancel
Save