loadTracks

abstract suspend fun loadTracks(album: Album): Feed<Track>?

Loads the tracks of an album.

Return

the paged tracks or null if the tracks cannot be loaded for this album.

Parameters

album

the loaded album to load the tracks of.

See also