This commit is contained in:
2025-09-12 22:39:35 -04:00
parent 1d0b310228
commit 3afc944a67
6 changed files with 55 additions and 33 deletions

View File

@@ -268,7 +268,7 @@ export default function MediaRequestForm() {
if (albumsToFetch.length === 0) return;
const fetchTracksSequentially = async () => {
const minDelay = 500; // ms between API requests
const minDelay = 650; // ms between API requests
setIsFetching(true);
const totalAlbums = albumsToFetch.length;