Fix play button on iPhone for playlist entries
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 6 Jan 2023 00:27:56 +0000 (19:27 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 7 Jan 2023 00:33:26 +0000 (19:33 -0500)
htdocs/js/mpd.js

index a6e7125..cc22913 100644 (file)
@@ -655,7 +655,7 @@ function webSocketConnect() {
                             $(
                                 '#salamisandwich > tbody > tr.song > td:last-child'
                             ),
-                            'MPD_API_ADD_TRACK',
+                            'MPD_API_ADD_PLAY_TRACK',
                             'play'
                         );
                     } else {