loadFeed

abstract suspend fun loadFeed(album: Album): Feed<Shelf>?

Gets the feed of an album.

Return

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

Parameters

album

the album to get the feed of.

See also