mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-09 19:55:28 +01:00
Disconnect when finished playing
This commit is contained in:
parent
3de34e5e4a
commit
362ce89987
|
@ -287,6 +287,7 @@ export default class {
|
|||
await this.play();
|
||||
} else {
|
||||
this.status = STATUS.PAUSED;
|
||||
this.disconnect();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue