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