fix: emit info Innertube.download

This commit is contained in:
Daniel Wykerd
2022-06-16 02:49:29 +02:00
committed by LuanRT
parent ec5a2aa7fd
commit 4ef546b3f0

View File

@@ -442,6 +442,7 @@ class Innertube {
(async () => {
const info = await this.getInfo(video_id);
stream.emit('info', info);
info.download(options, stream);
})();