Merge branch 'master' of github.com:calzoneman/sync

This commit is contained in:
calzoneman 2013-09-02 12:40:15 -05:00
commit 3ad925ad84
1 changed files with 1 additions and 0 deletions

View File

@ -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);