Fixed play pause in lockscreen (thank you Carmen).

This commit is contained in:
Niels 2025-07-22 18:26:22 +02:00
parent 9b33d61556
commit e06678c6a8

View File

@ -212,6 +212,7 @@ MediaPlayer {
function pauseStream() {
isPlaying = false
isPaused = true
source = ""
stop()
}