aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmaonator <33778605+lmaonator@users.noreply.github.com>2021-03-26 14:13:45 +0100
committerGitHub <noreply@github.com>2021-03-26 14:13:45 +0100
commit694d772b113b3f734e559b1dd083823dd931aad6 (patch)
tree5b175b2c3f39ee7fbe984ddf2c99b4a6ef541fab
parentdb2fbcef2b6398dc845b69affde0aef2cc432056 (diff)
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Jellyfin.Api/Controllers/SessionController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/SessionController.cs b/Jellyfin.Api/Controllers/SessionController.cs
index e178e3389..0703d4255 100644
--- a/Jellyfin.Api/Controllers/SessionController.cs
+++ b/Jellyfin.Api/Controllers/SessionController.cs
@@ -167,7 +167,7 @@ namespace Jellyfin.Api.Controllers
[FromQuery, Required] PlayCommand playCommand,
[FromQuery, Required, ModelBinder(typeof(CommaDelimitedArrayModelBinder))] Guid[] itemIds,
[FromQuery] long? startPositionTicks,
- [FromQuery] string mediaSourceId,
+ [FromQuery] string? mediaSourceId,
[FromQuery] int? audioStreamIndex,
[FromQuery] int? subtitleStreamIndex,
[FromQuery] int? startIndex)