projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92d3806
)
fix browsing of playlists
author
SuperBFG7
<daniel@despite.ch>
Tue, 16 Feb 2016 11:03:50 +0000
(12:03 +0100)
committer
SuperBFG7
<daniel@despite.ch>
Tue, 16 Feb 2016 11:03:50 +0000
(12:03 +0100)
htdocs/js/mpd.js
patch
|
blob
|
history
diff --git
a/htdocs/js/mpd.js
b/htdocs/js/mpd.js
index
e6e06a4
..
90ecb0d
100644
(file)
--- a/
htdocs/js/mpd.js
+++ b/
htdocs/js/mpd.js
@@
-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>"
);