Small bug fixed
This commit is contained in:
parent
d9f6f1666d
commit
996106b5ff
@ -186,7 +186,7 @@ import { WebmSeeker, WebmSeekerState } from "./WebmSeeker";
|
||||
return;
|
||||
}
|
||||
this.request = stream;
|
||||
stream.pipe(this.stream)
|
||||
stream.pipe(this.stream, { end : false })
|
||||
|
||||
stream.once('error', async () => {
|
||||
this.cleanup();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user