@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayQueueItem

    Class QueueItem.

    SyncPlayQueueItem

    interface SyncPlayQueueItem {
        ItemId?: string;
        PlaylistItemId?: string;
    }
    Index

    Properties

    ItemId?: string

    Gets the item identifier.

    SyncPlayQueueItem

    PlaylistItemId?: string

    Gets the playlist identifier of the item.

    SyncPlayQueueItem