@jellyfin/sdk
    Preparing search index...

    Interface PlaylistDto

    DTO for playlists.

    interface PlaylistDto {
        ItemIds: string[];
        OpenAccess?: boolean;
        Shares: PlaylistUserPermissions[];
    }
    Index
    ItemIds: string[]

    Gets or sets the item ids.

    OpenAccess?: boolean

    Gets or sets a value indicating whether the playlist is publicly readable.

    Gets or sets the share permissions.