Fix queue buttons not displaying after playlist shuffle

This commit is contained in:
Calvin Montgomery 2013-06-25 21:49:02 -04:00
parent 170e16ca82
commit 770f252105
1 changed files with 2 additions and 0 deletions

View File

@ -638,6 +638,8 @@ Callbacks = {
: "Added by: Unknown"); : "Added by: Unknown");
li.appendTo(q); li.appendTo(q);
} }
rebuildPlaylist();
}, },
setPlaylistMeta: function(data) { setPlaylistMeta: function(data) {