@jellyfin/sdk
    Preparing search index...

    Interface ArtistApiGetArtistByNameRequest

    Request parameters for getArtistByName operation in ArtistApi.

    interface ArtistApiGetArtistByNameRequest {
        name: string;
        userId?: string;
    }
    Index
    name: string

    Studio name.

    userId?: string

    Optional. Filter by user id, and attach user data.