@jellyfin/sdk
    Preparing search index...

    Interface PlaylistApiGetPlaylistUsersRequest

    Request parameters for getPlaylistUsers operation in PlaylistApi.

    interface PlaylistApiGetPlaylistUsersRequest {
        playlistId: string;
    }
    Index
    playlistId: string

    The playlist id.