fix: undo changes

This commit is contained in:
2026-01-17 20:54:30 -03:00
parent 17df430122
commit 049897fb07
+1 -3
View File
@@ -98,9 +98,7 @@ export class MixedStream {
stop: () => void;
} {
let stopCallback: () => void = () => { };
const completion = new Promise<void>((resolve) => {
if (source.readableLength <= 0) { return; }
const completion = new Promise<void>((resolve) => {
if (this.player.state.status === AudioPlayerStatus.Idle) {
this.setupPipeline();
}