Disconnect when finished playing

This commit is contained in:
Max Isom 2020-03-19 17:24:46 -05:00
parent 3de34e5e4a
commit 362ce89987

View file

@ -287,6 +287,7 @@ export default class {
await this.play();
} else {
this.status = STATUS.PAUSED;
this.disconnect();
}
}
}