Преглед изворни кода

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