aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SessionController.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-19 13:58:56 +0100
committerGitHub <noreply@github.com>2020-09-19 13:58:56 +0100
commitd8e8d298ea8cff3e1b47e7110d2abd80bd34b981 (patch)
tree435c295e733ce72ede6741d07c758bee458f2bc3 /Jellyfin.Api/Controllers/SessionController.cs
parenteee977a77ba775babeca61fed54793f9fc6f57dc (diff)
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Diffstat (limited to 'Jellyfin.Api/Controllers/SessionController.cs')
-rw-r--r--Jellyfin.Api/Controllers/SessionController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/SessionController.cs b/Jellyfin.Api/Controllers/SessionController.cs
index 228d6c834..3aa1642da 100644
--- a/Jellyfin.Api/Controllers/SessionController.cs
+++ b/Jellyfin.Api/Controllers/SessionController.cs
@@ -160,7 +160,7 @@ namespace Jellyfin.Api.Controllers
[ProducesResponseType(StatusCodes.Status204NoContent)]
public ActionResult Play(
[FromRoute, Required] string sessionId,
- [FromRoute, Required] PlayCommand command,
+ [FromQuery, Required] PlayRequest playRequest,
[FromQuery] string itemIds,
[FromQuery] long? startPositionTicks)
{