diff options
| author | lmaonator <33778605+lmaonator@users.noreply.github.com> | 2021-03-26 14:13:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-26 14:13:45 +0100 |
| commit | 694d772b113b3f734e559b1dd083823dd931aad6 (patch) | |
| tree | 5b175b2c3f39ee7fbe984ddf2c99b4a6ef541fab | |
| parent | db2fbcef2b6398dc845b69affde0aef2cc432056 (diff) | |
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -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 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) |
