diff --git a/js/admin.js b/js/admin.js index 57fb298..cef25a1 100644 --- a/js/admin.js +++ b/js/admin.js @@ -469,7 +469,7 @@ function handleVideothequeUpload(input) { totalSkp += data.skipped || 0; processed += batch.length; updateImportModal(processed, items.length); - await new Promise(r => setTimeout(r, 5500)); // ✅ Délai de 5.5s pour éviter le blocage + await new Promise(r => setTimeout(r, 500)); // ✅ Délai de 5.5s pour éviter le blocage } input.value = '';