projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3ab6e6
)
Fix play button on iPhone for playlist entries
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 6 Jan 2023 00:27:56 +0000
(19:27 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 7 Jan 2023 00:33:26 +0000
(19:33 -0500)
htdocs/js/mpd.js
patch
|
blob
|
history
diff --git
a/htdocs/js/mpd.js
b/htdocs/js/mpd.js
index
a6e7125
..
cc22913
100644
(file)
--- a/
htdocs/js/mpd.js
+++ b/
htdocs/js/mpd.js
@@
-655,7
+655,7
@@
function webSocketConnect() {
$(
'#salamisandwich > tbody > tr.song > td:last-child'
),
- 'MPD_API_ADD_TRACK',
+ 'MPD_API_ADD_
PLAY_
TRACK',
'play'
);
} else {