This commit is contained in:
2025-10-13 10:15:05 +02:00
parent 26e1928caa
commit 131c7b3f37
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const ComposeSong = () => {
case 0:
return Array.isArray(genres) && genres.length > 0;
case 1:
return !!(voice && typeof voice === "object" && voice.base);
return !!(voice && typeof voice === "object" && voice.BASE);
case 2:
return Array.isArray(instruments) && instruments.length > 0;
case 3: