diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-10-05 18:21:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-05 18:21:43 +0200 |
| commit | b87765bacec36aba3ee37ebc034458f36c637ffe (patch) | |
| tree | 95f5a834c6eaa60164cdb45d45c52aace9359e94 /Jellyfin.Server.Implementations/Security/AuthorizationContext.cs | |
| parent | 76c64516a78ca583c13739cedd63dd2b2cc5e05e (diff) | |
Update Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
Diffstat (limited to 'Jellyfin.Server.Implementations/Security/AuthorizationContext.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/Security/AuthorizationContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs b/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs index f415d0111..77f8f7071 100644 --- a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs +++ b/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) { |
