loadTracks

abstract suspend fun loadTracks(playlist: Playlist): Feed<Track>

Loads the tracks of a playlist.

Return

the paged tracks.

Parameters

playlist

the playlist to load the tracks of.

See also