Added playlist tracks count to playlist icon
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user