Added playlist tracks count to playlist icon

This commit is contained in:
magnolia-fan
2011-04-13 02:28:23 +04:00
parent 78c759562e
commit b7abe9a1d3
4 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -128,5 +128,5 @@ function addToPlaylist(artist, track, length, id) {
if ($('#playlist ul.list li').length > 6) {
$('#playlist').jScrollPane();
}
$('#player .playlist .count').html($('#playlist ul.list li').length);
}