diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-17 18:47:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-17 18:47:36 +0100 |
| commit | ea7b3699c208ab542e4fc157acad2e9519891654 (patch) | |
| tree | 03da9914af013fa734f82f40c8a481d324041c85 /Jellyfin.Api/Controllers/SessionController.cs | |
| parent | d428ca55cd09efa757b38a5f749cedb42eca10a9 (diff) | |
Update SessionController.cs
removed space
Diffstat (limited to 'Jellyfin.Api/Controllers/SessionController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/SessionController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/SessionController.cs b/Jellyfin.Api/Controllers/SessionController.cs index e2e95182e..6ae645e8f 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 = new [] { itemIds }, + ItemIds = new[] { itemIds }, StartPositionTicks = startPositionTicks, PlayCommand = command }; |
