mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Update SessionController.cs
removed space
This commit is contained in:
@@ -166,7 +166,7 @@ namespace Jellyfin.Api.Controllers
|
||||
{
|
||||
var playRequest = new PlayRequest
|
||||
{
|
||||
ItemIds = new [] { itemIds },
|
||||
ItemIds = new[] { itemIds },
|
||||
StartPositionTicks = startPositionTicks,
|
||||
PlayCommand = command
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user