diff --git a/src/renderer/store/modules/ytdl.js b/src/renderer/store/modules/ytdl.js index 8cfabbb7..1d1ac046 100644 --- a/src/renderer/store/modules/ytdl.js +++ b/src/renderer/store/modules/ytdl.js @@ -116,7 +116,7 @@ const actions = { return new Promise((resolve, reject) => { console.log(playlistId) console.log('Getting playlist info please wait...') - ytpl(playlistId, { limit: 0 }).then((result) => { + ytpl(playlistId, { limit: 'Infinity' }).then((result) => { resolve(result) }).catch((err) => { reject(err)