diff options
| author | Samuel Johnson <[email protected]> | 2025-11-24 01:41:13 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-24 01:41:13 -0500 |
| commit | 4d4419f51557bef6b64dca8635ed61616d262a9b (patch) | |
| tree | bd351cef2441aa6c047a427389a2b96f40b017d7 | |
| parent | 384a590b5462883d714bc1682e4d81d6321b2b12 (diff) | |
Make music player play when you switch tracks
| -rw-r--r-- | static/music_player.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/music_player.js b/static/music_player.js index 85847a7..8fe89c2 100644 --- a/static/music_player.js +++ b/static/music_player.js @@ -61,6 +61,7 @@ async function mpUpdate () { ppButton.innerHTML = "<img src='/static/get?file=images/play.svg' alt='Play'>"; tick = setInterval(mpTick, 1000); + mpPpTrack(); } function mpIsPlaying() { |
