mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Return empty response instead of not found
This commit is contained in:
@@ -64,11 +64,6 @@ public class SessionController : BaseJellyfinApiController
|
||||
activeWithinSeconds,
|
||||
controllableUserToCheck);
|
||||
|
||||
if (result.Count == 0)
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
return Ok(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user