fix browsing of playlists

This commit is contained in:
SuperBFG7 2016-02-16 12:03:50 +01:00
parent 92d3806fca
commit f586db33d1
1 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,8 @@ function webSocketConnect() {
case "playlist":
$('#salamisandwich > tbody').append(
"<tr uri=\"" + encodeURI(obj.data[item].plist) + "\" class=\"plist\">" +
"<td><span class=\"glyphicon glyphicon-list\"></span></td>" +
"<td><a>" + basename(obj.data[item].plist) + "</a></td>" +
"<td></td><td></td>" +
"<td></td><td></td></tr>"
);