Don't need to continue count and pausedTime amongst dispatchers

This commit is contained in:
Amish Shah
2017-10-26 13:33:14 +01:00
parent f5d10a5f76
commit 53ca34cbde

View File

@@ -29,10 +29,8 @@ class AudioPlayer extends EventEmitter {
this.streamingData = {
channels: 2,
count: 0,
sequence: 0,
timestamp: 0,
pausedTime: 0,
};
this.voiceConnection.once('closing', () => this.destroyCurrentStream());