Describe the bug
The last video of all the playlist I tested is missing
My code
// —— I always tested on playlists with less than 30 items, and using ".next()" only returns an empty array
const test = await youtube.getPlaylist( query )
console.log( test.videoCount );
console.log( test.videos );
Describe the bug The last video of all the playlist I tested is missing
My code
Screenshots