Added FIXME

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

@ -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) {

Loading…
Cancel
Save