|
@@ -166,7 +166,7 @@ namespace Jellyfin.Api.Controllers
|
|
{
|
|
{
|
|
var playRequest = new PlayRequest
|
|
var playRequest = new PlayRequest
|
|
{
|
|
{
|
|
- ItemIds = new [] { itemIds },
|
|
|
|
|
|
+ ItemIds = new[] { itemIds },
|
|
StartPositionTicks = startPositionTicks,
|
|
StartPositionTicks = startPositionTicks,
|
|
PlayCommand = command
|
|
PlayCommand = command
|
|
};
|
|
};
|