mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-24 04:40:56 +03:00
Rework shuffle play
This commit is contained in:
parent
59168442c7
commit
f5a41af586
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user