fix: undo changes
This commit is contained in:
@@ -99,8 +99,6 @@ export class MixedStream {
|
||||
} {
|
||||
let stopCallback: () => void = () => { };
|
||||
const completion = new Promise<void>((resolve) => {
|
||||
if (source.readableLength <= 0) { return; }
|
||||
|
||||
if (this.player.state.status === AudioPlayerStatus.Idle) {
|
||||
this.setupPipeline();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user