Updated Kotlin & Room
This commit is contained in:
parent
4fbcb5d77f
commit
16f76bc12d
3 changed files with 3 additions and 2 deletions
|
@ -72,6 +72,7 @@ interface Repository {
|
|||
suspend fun genresHome(): Home
|
||||
suspend fun playlists(): Home
|
||||
suspend fun homeSections(): List<Home>
|
||||
@ExperimentalCoroutinesApi
|
||||
suspend fun homeSectionsFlow(): Flow<Result<List<Home>>>
|
||||
suspend fun playlist(playlistId: Long): Playlist
|
||||
suspend fun fetchPlaylistWithSongs(): List<PlaylistWithSongs>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue