getArtistByName

suspend fun getArtistByName(name: String, userId: UUID? = null): Response<BaseItemDto>

Deprecated

This member is deprecated and may be removed in the future

Gets an artist by name.

Parameters

name

Studio name.

userId

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