aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-02-25 07:17:26 +0300
committerRblSb <msrblsb@gmail.com>2020-02-25 07:17:26 +0300
commit70b255b99ad50f1a42791b9a39f2fcfcd98f00d8 (patch)
tree643913dcb514c335513c31e865688e06e03585d2 /build
parentefcb0f892cbf185fabc2f9d546194d5b2df271b6 (diff)
NavBar buttons
Diffstat (limited to 'build')
-rw-r--r--build/server.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/server.js b/build/server.js
index 72d8eab..5f13d07 100644
--- a/build/server.js
+++ b/build/server.js
@@ -897,14 +897,14 @@ server_Main.prototype = {
var url = data.removeVideo.url;
if(this.videoList[0].url == url) {
this.videoTimer.stop();
+ if(this.videoList.length > 0) {
+ this.restartWaitTimer();
+ }
}
HxOverrides.remove(this.videoList,Lambda.find(this.videoList,function(item1) {
return item1.url == url;
}));
this.broadcast(data);
- if(this.videoList.length > 0) {
- this.restartWaitTimer();
- }
break;
case "Rewind":
if(this.videoList.length == 0) {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage