mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
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:
parent
9fe644f3db
commit
2f1471c61a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue