aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SessionController.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-19 13:58:18 +0100
committerGitHub <noreply@github.com>2020-09-19 13:58:18 +0100
commit4dae7d0521fd0052a87515aefb3e3bd7f2fda3f7 (patch)
tree43900ff36825ab3705e937f3e59ffa98f548b865 /Jellyfin.Api/Controllers/SessionController.cs
parentea7b3699c208ab542e4fc157acad2e9519891654 (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 6ae645e8f..9d7f2a502 100644
--- a/Jellyfin.Api/Controllers/SessionController.cs
+++ b/Jellyfin.Api/Controllers/SessionController.cs
@@ -166,7 +166,7 @@ namespace Jellyfin.Api.Controllers
{
var playRequest = new PlayRequest
{
- ItemIds = new[] { itemIds },
+ ItemIds = itemIds.Split(','),
StartPositionTicks = startPositionTicks,
PlayCommand = command
};