mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
Reset what is playing
This commit is contained in:
@@ -177,7 +177,7 @@ class StreamDispatcher extends EventEmitter {
|
||||
|
||||
const data = this.streamingData;
|
||||
|
||||
if (data.missed >= 5) {
|
||||
if (data.missed >= 5 && !controlled) {
|
||||
this.destroy('end', 'Stream is not generating quickly enough.');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user