loadFeed

abstract suspend fun loadFeed(playlist: Playlist): Feed<Shelf>?

Gets the feed of a playlist.

Return

the feed of the playlist, or null if not available.

Parameters

playlist

the playlist to get the feed of.

See also