diff options
Diffstat (limited to 'build')
| -rw-r--r-- | build/server.js | 6 |
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) { |
