editPlaylistMetadata

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

Edits the metadata of a playlist.

Parameters

playlist

the playlist to edit.

title

the new title of the playlist.

description

the new description of the playlist.