aboutsummaryrefslogtreecommitdiffstats
path: root/res/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/client.js')
-rw-r--r--res/client.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/client.js b/res/client.js
index 0708879..d70fcab 100644
--- a/res/client.js
+++ b/res/client.js
@@ -1676,6 +1676,7 @@ client_Player.prototype = {
this.removeElementItem(url);
}
index = _$VideoList_VideoList_$Impl_$.skipItem(this.items,index);
+ this.updateCounters();
if(this.items.length == 0) {
return;
}
@@ -1702,6 +1703,8 @@ client_Player.prototype = {
while(_g < list.length) this.addVideoItem(list[_g++],true);
if(this.currentSrc != this.items[this.itemPos].url) {
this.setVideo(this.itemPos);
+ } else {
+ this.videoItemsEl.children[this.itemPos].classList.add("queue_active");
}
}
,clearItems: function() {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage