From 6b249ba4548e0cf105c6115a63e3ed1a18482194 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Thu, 19 Oct 2017 14:06:12 +0900 Subject: [PATCH] Fixes #2034 (#2035) Cancelling: https://github.com/hydrabolt/discord.js/pull/1745/files#diff-31d1bb7c08f2176ba026497c2e8d9b3fR81 --- src/client/voice/player/AudioPlayer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/voice/player/AudioPlayer.js b/src/client/voice/player/AudioPlayer.js index 4abcc7d8b..5380de3f8 100644 --- a/src/client/voice/player/AudioPlayer.js +++ b/src/client/voice/player/AudioPlayer.js @@ -78,7 +78,6 @@ class AudioPlayer extends EventEmitter { } this.currentStream = {}; this.streamingData.pausedTime = 0; - this.streamingData.timestamp = 0; } /**