mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
stop destructive ending of broadcasts
This commit is contained in:
parent
bace8bcac2
commit
fcd7cf1450
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class VoiceBroadcast extends EventEmitter {
|
|||
this._pausedTime += 200;
|
||||
setTimeout(() => this.tick(), 200);
|
||||
} else {
|
||||
this.end();
|
||||
this.killCurrentTranscoder();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue