@jellyfin/sdk
    Preparing search index...

    Interface SetPlaylistItemRequestDto

    Class SetPlaylistItemRequestDto.

    SetPlaylistItemRequestDto

    interface SetPlaylistItemRequestDto {
        PlaylistItemId?: string;
    }
    Index

    Properties

    Properties

    PlaylistItemId?: string

    Gets or sets the playlist identifier of the playing item.

    SetPlaylistItemRequestDto