浏览代码

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

Co-authored-by: Patrick Barron <barronpm@gmail.com>
Bond-009 1 年之前
父节点
当前提交
b87765bace
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
         {