removeTracksFromPlaylist

abstract suspend fun removeTracksFromPlaylist(playlist: Playlist, tracks: List<Track>, indexes: List<Int>)

Removes tracks from a playlist.

Parameters

playlist

the playlist to remove the tracks from.

tracks

the tracks in the playlist.

indexes

the indexes of the tracks to remove.