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,