diff --git a/lib/Innertube.js b/lib/Innertube.js index 4c4082d9..037b5c9d 100644 --- a/lib/Innertube.js +++ b/lib/Innertube.js @@ -373,7 +373,7 @@ class Innertube { async getDetails(video_id) { if (!video_id) throw new Error('You must provide a video id'); - const data = await Actions.getVideoInfo(this, { id: video_id, is_desktop: false }); + const data = await Actions.getVideoInfo(this, { id: video_id, desktop: false }); const refined_data = new Parser(this, data, { client: 'YOUTUBE', data_type: 'VIDEO_INFO', desktop_v: false }).parse(); if (refined_data.metadata.is_live_content) {