@jellyfin/sdk
    Preparing search index...

    Interface QueueItem

    An item in a play queue.

    interface QueueItem {
        Id?: string;
        PlaylistItemId?: string | null;
    }
    Index
    Id?: string

    Gets or sets the item id.

    PlaylistItemId?: string | null

    Gets or sets the playlist item id.