Merge branch 'bug/authorization-header-issue' of https://github.com/tommasodotNET/jellyfin into bug/authorization-header-issue

This commit is contained in:
Tommaso Stocchi 2021-06-03 17:10:22 +02:00
commit d86964eb6a

View File

@ -271,7 +271,7 @@ namespace Emby.Server.Implementations.HttpServer.Security
/// <summary>
/// Get the authorization header components.
/// </summary>
/// <param name="authtorizationHeader">The authorization header.</param>
/// <param name="authorizationHeader">The authorization header.</param>
/// <returns>string</returns>
public static Dictionary<string, string> GetParts(string authtorizationHeader)
{