mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Fix get sessions with api key (#12696)
This commit is contained in:
@@ -62,7 +62,8 @@ public class SessionController : BaseJellyfinApiController
|
||||
User.GetUserId(),
|
||||
deviceId,
|
||||
activeWithinSeconds,
|
||||
controllableUserToCheck);
|
||||
controllableUserToCheck,
|
||||
User.GetIsApiKey());
|
||||
|
||||
return Ok(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user