Fix queue buttons not displaying after playlist shuffle
This commit is contained in:
parent
170e16ca82
commit
770f252105
|
@ -638,6 +638,8 @@ Callbacks = {
|
|||
: "Added by: Unknown");
|
||||
li.appendTo(q);
|
||||
}
|
||||
|
||||
rebuildPlaylist();
|
||||
},
|
||||
|
||||
setPlaylistMeta: function(data) {
|
||||
|
|
Loading…
Reference in a new issue