Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
This commit is contained in:
parent
b22fdbf59e
commit
b451eb0bdc
|
@ -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…
Reference in New Issue
Block a user