chore: oops

This commit is contained in:
luan.lrt4@gmail.com
2022-04-15 05:28:12 -03:00
parent b9e15b5fbd
commit b793c61fd8

View File

@@ -244,8 +244,7 @@ class Innertube {
/**
* Deletes a given playlist.
*
* @param {string} title
* @param {string} video_id - Note that a video must be supplied, empty playlists cannot be created.
* @param {string} playlist_id
* @returns {Promise<{success: boolean; status_code: string; }>}
*/
delete: (playlist_id) => Actions.engage(this, 'playlist/delete', { playlist_id })