mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4010] [MERGED] Fix wrong OpenAPI auth header value #9819
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4010
Author: @cromefire
Created: 8/30/2020
Status: ✅ Merged
Merged: 8/31/2020
Merged by: @Bond-009
Base:
master← Head:patch-3📝 Commits (1)
3453b65Fixed wrong openapi auth header value📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs(+1 -1)📄 Description
Changes
Changed
X-Emby-Tokenheader toX-Emby-Authorizationbecause the former prevents calling the auth endpoint from generated clients and Swagger UI (due to no token being available)Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.