mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-14 13:40:03 +01:00
Grab all playlists instead of 100
This commit is contained in:
parent
1ddbd87c1c
commit
7219aa3bd6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user