mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-27 07:46:09 +01:00
Always call prepare before starting playback,
otherwise resuming playback is difficult when the session was dismissed...
This commit is contained in:
parent
669b51c0d2
commit
608f86ac5f
@ -283,6 +283,7 @@ class MediaPlayerController(
|
||||
if (jukeboxMediaPlayer.isEnabled) {
|
||||
jukeboxMediaPlayer.start()
|
||||
} else {
|
||||
controller?.prepare()
|
||||
controller?.play()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user