This commit is contained in:
vfsfitvnm
2022-07-17 22:14:49 +02:00
parent a491daebd2
commit 59c0a8d31c
3 changed files with 91 additions and 45 deletions

View File

@@ -84,7 +84,9 @@ fun PlaylistScreen(
val onLoad = relaunchableEffect(Unit) {
playlist = withContext(Dispatchers.IO) {
YouTube.playlistOrAlbum(browseId)
YouTube.playlistOrAlbum(browseId)?.map {
it.next()
}
}
}