[gbmusic] always send playpause when toggling play/pause

master
Logan B 2025-02-12 18:31:39 -06:00
parent 879485b664
commit 7a245cc8af
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ function handleTouch(btn, pos) {
}
function togglePlay() {
sendCommand(stat==="play" ? "pause" : "playpause");
sendCommand("playpause");
}
/**