mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 11:32:27 +00:00
chore: remove unneeded code
This commit is contained in:
@@ -174,9 +174,8 @@ class Innertube {
|
||||
|
||||
const initial_info = this.actions.getVideoInfo(video_id);
|
||||
const continuation = this.actions.next({ video_id });
|
||||
console.time('')
|
||||
|
||||
const response = await Promise.all([ initial_info, continuation ]);
|
||||
console.timeEnd('')
|
||||
return new VideoInfo(response, this.actions, this.#player);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user