mirror of https://github.com/calzoneman/sync.git
Scroll to current video after adding buttons
This commit is contained in:
parent
0d3d3b4d7d
commit
ce4c5fc67f
|
@ -488,6 +488,7 @@ function rebuildPlaylist() {
|
|||
return;
|
||||
addQueueButtons(li);
|
||||
if(i == qli.length - 1) {
|
||||
scrollQueue();
|
||||
REBUILDING = false;
|
||||
}
|
||||
}, 10*i);
|
||||
|
|
Loading…
Reference in New Issue