diff --git a/src/client/voice/player/AudioPlayer.js b/src/client/voice/player/AudioPlayer.js index 2a264f9e6..ca0f759ff 100644 --- a/src/client/voice/player/AudioPlayer.js +++ b/src/client/voice/player/AudioPlayer.js @@ -77,6 +77,8 @@ class AudioPlayer extends EventEmitter { dispatcher.destroy('end'); } this.currentStream = {}; + this.streamingData.pausedTime = 0; + this.streamingData.timestamp = 0; } /**