From d153eed7f5135008bd2e8e95612478a38b7e288c Mon Sep 17 00:00:00 2001 From: Trivernis Date: Fri, 21 Dec 2018 23:53:27 +0100 Subject: [PATCH] Added FIXME --- lib/music.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music.js b/lib/music.js index 9321dea..5814f28 100644 --- a/lib/music.js +++ b/lib/music.js @@ -181,7 +181,7 @@ class DJ { this.queue = []; logger.verbose("Stopping music..."); if (this.disp !== null) { - this.disp.end(); + this.disp.end(); // FIXME: Triggers the dispatcher end event that calls stop again logger.debug("Ended dispatcher"); } if (this.conn !== null) {