Resume playback only after seeking at the tapped queued song

This commit is contained in:
vfsfitvnm 2022-12-09 14:42:11 +01:00
parent dcab9c6ad2
commit 69e6d52fcf

View file

@ -273,8 +273,8 @@ fun Queue(
player.play() player.play()
} }
} else { } else {
player.playWhenReady = true
player.seekToDefaultPosition(window.firstPeriodIndex) player.seekToDefaultPosition(window.firstPeriodIndex)
player.playWhenReady = true
} }
} }
) )