reduced to 2 ms

This commit is contained in:
cool.gitter.choco
2025-02-09 20:19:52 -06:00
parent 71e2500af1
commit b56945b64b

View File

@@ -251,7 +251,7 @@ async function downloadPlaylistAlbums(playlist) {
{ name: album.name }
);
// Wait 20 milliseconds before proceeding to the next album.
await new Promise(resolve => setTimeout(resolve, 20));
await new Promise(resolve => setTimeout(resolve, 2));
}
} catch (error) {
// Propagate any errors encountered.