mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Merge pull request #275 from nuclearace/patch-2
Scroll to current video after adding buttons
This commit is contained in:
commit
0a9caa7fee
1 changed files with 1 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ function rebuildPlaylist() {
|
|||
return;
|
||||
addQueueButtons(li);
|
||||
if(i == qli.length - 1) {
|
||||
scrollQueue();
|
||||
REBUILDING = false;
|
||||
}
|
||||
}, 10*i);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue