mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix queue buttons not displaying after playlist shuffle
This commit is contained in:
parent
170e16ca82
commit
770f252105
1 changed files with 2 additions and 0 deletions
|
|
@ -638,6 +638,8 @@ Callbacks = {
|
|||
: "Added by: Unknown");
|
||||
li.appendTo(q);
|
||||
}
|
||||
|
||||
rebuildPlaylist();
|
||||
},
|
||||
|
||||
setPlaylistMeta: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue