createPlaylist

abstract suspend fun createPlaylist(title: String, description: String?): Playlist

Creates a new playlist.

Return

the created playlist.

Parameters

title

the title of the playlist.

description

the description of the playlist.

See also