From 930519c494f316e1cc709aa3afc140ec0a36491d Mon Sep 17 00:00:00 2001 From: Crawl Date: Thu, 13 Apr 2017 03:17:00 +0200 Subject: [PATCH] Update AudioPlayer.js --- src/client/voice/player/AudioPlayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/voice/player/AudioPlayer.js b/src/client/voice/player/AudioPlayer.js index 8a919825..3c37d104 100644 --- a/src/client/voice/player/AudioPlayer.js +++ b/src/client/voice/player/AudioPlayer.js @@ -130,7 +130,7 @@ class AudioPlayer extends EventEmitter { playBroadcast(broadcast, { volume = 1, passes = 1 } = {}) { const options = { volume, passes }; - this.destroyAllStreams(); + this.destroyCurrentStream(); const dispatcher = this.createDispatcher(broadcast, options); this.currentStream = { dispatcher,