From ce4c5fc67f122ad56d1d2eff199eba919ea76a39 Mon Sep 17 00:00:00 2001 From: nuclearace Date: Mon, 2 Sep 2013 13:09:14 -0400 Subject: [PATCH] Scroll to current video after adding buttons --- www/assets/js/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/assets/js/util.js b/www/assets/js/util.js index 9daee781..9f6e95d9 100644 --- a/www/assets/js/util.js +++ b/www/assets/js/util.js @@ -488,6 +488,7 @@ function rebuildPlaylist() { return; addQueueButtons(li); if(i == qli.length - 1) { + scrollQueue(); REBUILDING = false; } }, 10*i);