From 53ca34cbdebcc2545c6e0e70c1031668291e0199 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Thu, 26 Oct 2017 13:33:14 +0100 Subject: [PATCH] Don't need to continue count and pausedTime amongst dispatchers --- src/client/voice/player/AudioPlayer.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/voice/player/AudioPlayer.js b/src/client/voice/player/AudioPlayer.js index 7a02aaa5f..a219204f4 100644 --- a/src/client/voice/player/AudioPlayer.js +++ b/src/client/voice/player/AudioPlayer.js @@ -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());