Fixed play pause in lockscreen (thank you Carmen).
This commit is contained in:
parent
9b33d61556
commit
e06678c6a8
@ -212,6 +212,7 @@ MediaPlayer {
|
||||
|
||||
function pauseStream() {
|
||||
isPlaying = false
|
||||
isPaused = true
|
||||
source = ""
|
||||
stop()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user