Fix get sessions with api key (#12696)

This commit is contained in:
gnattu
2024-09-24 22:15:53 +08:00
committed by GitHub
parent 38d0b004ba
commit 75bbd30296
3 changed files with 40 additions and 10 deletions

View File

@@ -62,7 +62,8 @@ public class SessionController : BaseJellyfinApiController
User.GetUserId(),
deviceId,
activeWithinSeconds,
controllableUserToCheck);
controllableUserToCheck,
User.GetIsApiKey());
return Ok(result);
}