mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Small bug fixed
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user