toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
SyncPlayQueueItem
Sync
Play
Queue
Item
data
class
SyncPlayQueueItem
(
val
itemId
:
UUID
,
val
playlistItemId
:
UUID
)
Class QueueItem.
Members
Constructors
Sync
Play
Queue
Item
Link copied to clipboard
constructor
(
itemId
:
UUID
,
playlistItemId
:
UUID
)
Properties
item
Id
Link copied to clipboard
val
itemId
:
UUID
The item identifier.
playlist
Item
Id
Link copied to clipboard
val
playlistItemId
:
UUID
The playlist identifier of the item.