Tweak code

This commit is contained in:
vfsfitvnm
2022-06-17 15:27:12 +02:00
parent 2877009db4
commit c2db7042c4
4 changed files with 11 additions and 27 deletions

View File

@@ -20,7 +20,6 @@ class YoutubePlayer(mediaController: MediaController) : PlayerState(mediaControl
var nextContinuation by mutableStateOf<Outcome<String?>>(Outcome.Initial)
suspend fun process(): List<MediaItem> {
println("process: ${nextContinuation.valueOrNull}")
val token = nextContinuation.valueOrNull
nextContinuation = Outcome.Loading