mirror of https://github.com/calzoneman/sync.git
Merge branch 'master' of github.com:calzoneman/sync
This commit is contained in:
commit
3ad925ad84
|
@ -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 New Issue