From: SuperBFG7 Date: Sat, 3 Feb 2018 12:02:02 +0000 (+0100) Subject: fix browse for directories and playlists X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=17436bff409a4ae92174122ac9f62e4729719406;p=ympd.git fix browse for directories and playlists --- diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 09b7705..03fe6ab 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -407,6 +407,7 @@ function webSocketConnect() { "" + "" + "" + basename(obj.data[item].dir) + "" + + "" + "" ); break; @@ -419,6 +420,7 @@ function webSocketConnect() { "" + "" + "" + basename(obj.data[item].plist) + "" + + "" + "" ); break; @@ -443,6 +445,7 @@ function webSocketConnect() { $('#salamisandwich > tbody').append( "" + "Too many results, please refine your search!" + + "" + "" ); }