listEditablePlaylists

abstract suspend fun listEditablePlaylists(track: Track?): List<<Error class: unknown class><Playlist, Boolean>>

Lists all the editable playlists.

Return

a list playlists that are editable with a boolean indicating if the track is in the playlist.

Parameters

track

the track to show the editable playlists for.

See also