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")); }