Added FIXME

pull/9/head
Trivernis 6 years ago
parent 2ba00501ff
commit d153eed7f5

@ -181,7 +181,7 @@ class DJ {
this.queue = []; this.queue = [];
logger.verbose("Stopping music..."); logger.verbose("Stopping music...");
if (this.disp !== null) { if (this.disp !== null) {
this.disp.end(); this.disp.end(); // FIXME: Triggers the dispatcher end event that calls stop again
logger.debug("Ended dispatcher"); logger.debug("Ended dispatcher");
} }
if (this.conn !== null) { if (this.conn !== null) {

Loading…
Cancel
Save