From 544b0c84154a8582b9628810287275e4e8d83c3d Mon Sep 17 00:00:00 2001 From: JotaChina Date: Mon, 8 Dec 2025 18:51:35 -0300 Subject: [PATCH] resolvendo dependencias dos projetos --- _data/samples-manifest.json | 3 +++ creation.html | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_data/samples-manifest.json b/_data/samples-manifest.json index 73b00fcd..7b45b499 100644 --- a/_data/samples-manifest.json +++ b/_data/samples-manifest.json @@ -1,5 +1,8 @@ { "imported": { + "bassdrum01_-_Copia.ogg": { + "_isFile": true + }, "bassdrum_acoustic02_-_Copia.ogg": { "_isFile": true }, diff --git a/creation.html b/creation.html index a5282dc2..324c2db7 100755 --- a/creation.html +++ b/creation.html @@ -856,8 +856,7 @@ if (response.ok) { alert("Sucesso! " + result.message); - // Opcional: Recarregar a lista de samples lateral se você tiver uma função para isso - // reloadBrowser(); + sendAction({ type: "REFRESH_SAMPLE_BROWSER" }); } else { alert("Erro ao enviar: " + (result.error || "Desconhecido")); }