Return empty response instead of not found

pull/12587/head
Shadowghost 4 months ago
parent 7a2427bf07
commit 0a982e2bfd

@ -64,11 +64,6 @@ public class SessionController : BaseJellyfinApiController
activeWithinSeconds,
controllableUserToCheck);
if (result.Count == 0)
{
return NotFound();
}
return Ok(result);
}

Loading…
Cancel
Save