mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Use proper IsApiKey flag
This commit is contained in:
@@ -183,6 +183,12 @@ namespace Emby.Server.Implementations.HttpServer.Security
|
||||
originalAuthenticationInfo.UserName = authInfo.User.Username;
|
||||
updateToken = true;
|
||||
}
|
||||
|
||||
authInfo.IsApiKey = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
authInfo.IsApiKey = false;
|
||||
}
|
||||
|
||||
if (updateToken)
|
||||
|
||||
Reference in New Issue
Block a user