diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-19 13:58:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-19 13:58:39 +0100 |
| commit | eee977a77ba775babeca61fed54793f9fc6f57dc (patch) | |
| tree | 01fd8a66525c94c872efc221c3b2f85ff162ec73 /Jellyfin.Api/Controllers/SessionController.cs | |
| parent | 4dae7d0521fd0052a87515aefb3e3bd7f2fda3f7 (diff) | |
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
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 9d7f2a502..228d6c834 100644 --- a/Jellyfin.Api/Controllers/SessionController.cs +++ b/Jellyfin.Api/Controllers/SessionController.cs @@ -161,7 +161,7 @@ namespace Jellyfin.Api.Controllers public ActionResult Play( [FromRoute, Required] string sessionId, [FromRoute, Required] PlayCommand command, - [FromQuery] Guid itemIds, + [FromQuery] string itemIds, [FromQuery] long? startPositionTicks) { var playRequest = new PlayRequest |
