mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user