From 4eef0ddab058112e93506da38b7e12940b2d03cf Mon Sep 17 00:00:00 2001 From: LuanRT Date: Sun, 8 May 2022 21:51:16 -0300 Subject: [PATCH] chore: update jsdoc --- lib/Innertube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Innertube.js b/lib/Innertube.js index c71c5e4b..2ecb0c99 100644 --- a/lib/Innertube.js +++ b/lib/Innertube.js @@ -248,7 +248,7 @@ class Innertube { * Creates a playlist. * * @param {string} title - * @param {string} video_ids + * @param {Array.} video_ids * * @returns {Promise.<{ success: boolean; status_code: string; playlist_id: string; }>} */