stop destructive ending of broadcasts

This commit is contained in:
Amish Shah
2017-01-07 19:44:42 +00:00
parent bace8bcac2
commit fcd7cf1450

View File

@@ -314,7 +314,7 @@ class VoiceBroadcast extends EventEmitter {
this._pausedTime += 200;
setTimeout(() => this.tick(), 200);
} else {
this.end();
this.killCurrentTranscoder();
}
return;
}