mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-04 12:47:04 +00:00
chore: oops
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user