mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-31 04:42:51 +00:00
🐛 fix: Queue not playing next song
This commit is contained in:
@@ -49,6 +49,12 @@ export class Player {
|
||||
this.playerEvent.emit("play", information);
|
||||
}
|
||||
|
||||
public startCurrentStream() {
|
||||
if (this._stream) {
|
||||
this._stream.start();
|
||||
}
|
||||
}
|
||||
|
||||
public endCurrentStream() {
|
||||
if (this._stream) {
|
||||
this._stream.destroy();
|
||||
|
||||
Reference in New Issue
Block a user