@jellyfin/sdk
    Preparing search index...

    Interface PlaylistsApiGetPlaylistUserRequest

    Request parameters for getPlaylistUser operation in PlaylistsApi.

    PlaylistsApiGetPlaylistUserRequest

    interface PlaylistsApiGetPlaylistUserRequest {
        playlistId: string;
        userId: string;
    }
    Index

    Properties

    Properties

    playlistId: string

    The playlist id.

    PlaylistsApiGetPlaylistUser

    userId: string

    The user id.

    PlaylistsApiGetPlaylistUser