aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SessionController.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-17 18:27:07 +0100
committerGitHub <noreply@github.com>2020-09-17 18:27:07 +0100
commit8738fe570a54d367f3c13255ba18b21b12ac47ac (patch)
treecd3fa136d30278f31509aab6c00a0ed650385c6c /Jellyfin.Api/Controllers/SessionController.cs
parent604edea6a68236f9ebe9a446608214304ac936b8 (diff)
Update SessionController.cs
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 9820ded44..e2e95182e 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 = itemIds,
+ ItemIds = new [] { itemIds },
StartPositionTicks = startPositionTicks,
PlayCommand = command
};