Update SessionController.cs

removed space
This commit is contained in:
BaronGreenback 2020-09-17 18:47:36 +01:00 committed by GitHub
parent d428ca55cd
commit ea7b3699c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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