mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Fix delays inbetween audio streams (#632)
This commit is contained in:
@@ -19,7 +19,6 @@ class VoiceConnectionPlayer extends EventEmitter {
|
||||
this.processMap = new Map();
|
||||
this.dispatcher = null;
|
||||
this._streamingData = {
|
||||
count: 0,
|
||||
sequence: 0,
|
||||
timestamp: 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user