Another small bug

This commit is contained in:
killer069 2021-12-13 13:08:41 +05:30
parent 996106b5ff
commit 6bacf890fb

View File

@ -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();
}
});