Browse Source

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

Co-authored-by: Patrick Barron <barronpm@gmail.com>
Bond-009 1 year ago
parent
commit
b87765bace
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Server.Implementations/Security/AuthorizationContext.cs

+ 1 - 1
Jellyfin.Server.Implementations/Security/AuthorizationContext.cs

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