Rework shuffle play

This commit is contained in:
tzugen 2023-04-15 21:57:59 +02:00
parent 59168442c7
commit f5a41af586
No known key found for this signature in database
GPG Key ID: 86612695427E8B05

View File

@ -464,6 +464,7 @@ class MediaPlayerController(
@Synchronized
fun moveItemInPlaylist(oldPos: Int, newPos: Int) {
// TODO: This currently does not care about shuffle position.
controller?.moveMediaItem(oldPos, newPos)
}