mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Another small bug
This commit is contained in:
@@ -202,7 +202,7 @@ import { WebmSeeker, WebmSeekerState } from "./WebmSeeker";
|
||||
stream.on('end', () => {
|
||||
if (end >= this.content_length) {
|
||||
this.timer.destroy();
|
||||
this.stream.push(null);
|
||||
this.stream.write(null);
|
||||
this.cleanup();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user