Merge pull request #275 from nuclearace/patch-2
Scroll to current video after adding buttons
This commit is contained in:
commit
0a9caa7fee
|
@ -488,6 +488,7 @@ function rebuildPlaylist() {
|
||||||
return;
|
return;
|
||||||
addQueueButtons(li);
|
addQueueButtons(li);
|
||||||
if(i == qli.length - 1) {
|
if(i == qli.length - 1) {
|
||||||
|
scrollQueue();
|
||||||
REBUILDING = false;
|
REBUILDING = false;
|
||||||
}
|
}
|
||||||
}, 10*i);
|
}, 10*i);
|
||||||
|
|
Loading…
Reference in a new issue