[gbmusic] always send playpause when toggling play/pause
parent
879485b664
commit
7a245cc8af
|
|
@ -390,7 +390,7 @@ function handleTouch(btn, pos) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function togglePlay() {
|
function togglePlay() {
|
||||||
sendCommand(stat==="play" ? "pause" : "playpause");
|
sendCommand("playpause");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue