Small bug fixed

This commit is contained in:
killer069 2021-12-13 13:05:59 +05:30
parent d9f6f1666d
commit 996106b5ff

View File

@ -186,7 +186,7 @@ import { WebmSeeker, WebmSeekerState } from "./WebmSeeker";
return; return;
} }
this.request = stream; this.request = stream;
stream.pipe(this.stream) stream.pipe(this.stream, { end : false })
stream.once('error', async () => { stream.once('error', async () => {
this.cleanup(); this.cleanup();