Another small bug
This commit is contained in:
parent
996106b5ff
commit
6bacf890fb
@ -202,7 +202,7 @@ import { WebmSeeker, WebmSeekerState } from "./WebmSeeker";
|
|||||||
stream.on('end', () => {
|
stream.on('end', () => {
|
||||||
if (end >= this.content_length) {
|
if (end >= this.content_length) {
|
||||||
this.timer.destroy();
|
this.timer.destroy();
|
||||||
this.stream.push(null);
|
this.stream.write(null);
|
||||||
this.cleanup();
|
this.cleanup();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user