diff options
| author | Cody Robibero <cody@robibe.ro> | 2020-06-16 16:45:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 16:45:17 -0600 |
| commit | b451eb0bdc1594c88af11ae807fb7f3b3c4ef124 (patch) | |
| tree | 53d85d0af2a07b766389e6b132f9247ee3a45fc7 | |
| parent | b22fdbf59ee6536ca255ca3c57a13e5b9293fd78 (diff) | |
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs index deb9b5ebb..b9fca67bf 100644 --- a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs +++ b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs @@ -107,7 +107,7 @@ namespace Emby.Server.Implementations.HttpServer.Security token = queryString["ApiKey"]; } - // TODO depricate this query parameter. + // TODO deprecate this query parameter. if (string.IsNullOrEmpty(token)) { token = queryString["api_key"]; |
