Update Jellyfin.Server.Implementations/Security/AuthorizationContext.cs

Co-authored-by: Patrick Barron <barronpm@gmail.com>
This commit is contained in:
Bond-009 2023-10-05 18:21:43 +02:00 committed by GitHub
parent 76c64516a7
commit b87765bace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace Jellyfin.Server.Implementations.Security
/// <summary>
/// Gets the authorization.
/// </summary>
/// <param name="httpContext">The HTTP req.</param>
/// <param name="httpContext">The HTTP context.</param>
/// <returns>Dictionary{System.StringSystem.String}.</returns>
private async Task<AuthorizationInfo> GetAuthorization(HttpContext httpContext)
{