diff --git a/lib/Innertube.js b/lib/Innertube.js index ee6e7bbd6..441fa0532 100644 --- a/lib/Innertube.js +++ b/lib/Innertube.js @@ -166,7 +166,6 @@ class Innertube { const cpn = Utils.generateRandomString(16); const response = await this.actions.getVideoInfo(video_id, cpn); - return new VideoInfo([ response, {} ], this.actions, this.#player, cpn); }