|
|
@ -392,7 +392,7 @@ namespace Jellyfin.Api.Controllers
|
|
|
|
_sessionManager.ReportCapabilities(id, new ClientCapabilities
|
|
|
|
_sessionManager.ReportCapabilities(id, new ClientCapabilities
|
|
|
|
{
|
|
|
|
{
|
|
|
|
PlayableMediaTypes = RequestHelpers.Split(playableMediaTypes, ',', true),
|
|
|
|
PlayableMediaTypes = RequestHelpers.Split(playableMediaTypes, ',', true),
|
|
|
|
SupportedCommands = supportedCommands == null ? Array.Empty<GeneralCommandType>() : supportedCommands,
|
|
|
|
SupportedCommands = supportedCommands,
|
|
|
|
SupportsMediaControl = supportsMediaControl,
|
|
|
|
SupportsMediaControl = supportsMediaControl,
|
|
|
|
SupportsSync = supportsSync,
|
|
|
|
SupportsSync = supportsSync,
|
|
|
|
SupportsPersistentIdentifier = supportsPersistentIdentifier
|
|
|
|
SupportsPersistentIdentifier = supportsPersistentIdentifier
|
|
|
|