diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-12 03:19:24 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-12 03:19:24 +0300 |
| commit | bb9a0846cc465cc200c7226a34606eb165d06580 (patch) | |
| tree | b668ffba15dc2b8c0aa470e457828f3559493d1c /res/client.js | |
| parent | fcea47721fd27dff36c92613bea73a23e3926c89 (diff) | |
Minor fixes
Diffstat (limited to 'res/client.js')
| -rw-r--r-- | res/client.js | 3 |
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() { |
