This commit is contained in:
Travis CI 2017-01-07 19:46:30 +00:00
parent 06f1416143
commit 140e45c933
2 changed files with 3 additions and 3 deletions

View file

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

File diff suppressed because one or more lines are too long