slowly starting back...

This commit is contained in:
localhost 2024-02-20 09:24:27 +01:00
parent 9b93242ff4
commit 334b902365
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ async function getChannelVideos(id) {
})).json() })).json()
videos.push(...page.relatedStreams) videos.push(...page.relatedStreams)
if (videos.length >= 120) return resolve(videos) if (videos.length >= 30) return resolve(videos)
if (page.nextpage) await getNextPage(page.nextpage) if (page.nextpage) await getNextPage(page.nextpage)
else return resolve(videos) else return resolve(videos)
} }