mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
ea7b3699c2
commit
4dae7d0521
@ -166,7 +166,7 @@ namespace Jellyfin.Api.Controllers
|
||||
{
|
||||
var playRequest = new PlayRequest
|
||||
{
|
||||
ItemIds = new[] { itemIds },
|
||||
ItemIds = itemIds.Split(','),
|
||||
StartPositionTicks = startPositionTicks,
|
||||
PlayCommand = command
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user