Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs

Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
pull/3357/head
Cody Robibero 4 years ago committed by GitHub
parent b22fdbf59e
commit b451eb0bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"];

Loading…
Cancel
Save