From: SuperBFG7 Date: Tue, 16 Feb 2016 11:03:50 +0000 (+0100) Subject: fix browsing of playlists X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f586db33d1f6ccf1de1812c048c627012577cbc5;p=ympd.git fix browsing of playlists --- diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index e6e06a4..90ecb0d 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -372,6 +372,8 @@ function webSocketConnect() { case "playlist": $('#salamisandwich > tbody').append( "" + + "" + + "" + basename(obj.data[item].plist) + "" + "" + "" );