From f586db33d1f6ccf1de1812c048c627012577cbc5 Mon Sep 17 00:00:00 2001 From: SuperBFG7 Date: Tue, 16 Feb 2016 12:03:50 +0100 Subject: [PATCH] fix browsing of playlists --- htdocs/js/mpd.js | 2 ++ 1 file changed, 2 insertions(+) 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) + "" + "" + "" );