allow unlimited playlist size

This commit is contained in:
Araxeus
2021-05-06 02:28:35 +03:00
parent f190b51dcc
commit e18b7c1013

View File

@ -35,7 +35,7 @@ module.exports = (win, options, refreshMenu) => {
return;
}
const playlist = await ytpl(playlistID);
const playlist = await ytpl(playlistID, { limit: Infinity });
const playlistTitle = playlist.title;
const folder = getFolder(options.downloadFolder);