From: Hugo Villeneuve Date: Fri, 6 Jan 2023 00:27:56 +0000 (-0500) Subject: Fix play button on iPhone for playlist entries X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=2eef71828242fff032dd1e782fdfd580c4497657;p=ympd.git Fix play button on iPhone for playlist entries --- diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index a6e7125..cc22913 100644 --- 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 {