Update Jellyfin authorization header

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

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Joshua M. Boniface 2020-12-10 10:32:56 -05:00 committed by GitHub
commit 2f1471c61a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);