- i
-
-
+ i
+
+
- i
+ i
diff --git a/src/generate.js b/src/generate.js
index ce0bc83..c2c16bd 100644
--- a/src/generate.js
+++ b/src/generate.js
@@ -8,7 +8,7 @@ const Generate = (function () {
if (!Inputs.verifyInputs() || MidiToNotes.notes.length === 0) {
alert(
"Please ensure a valid midi is uploaded and all fields are filled\n" +
- "(Folder Name and Song Endpoint can be empty)"
+ "(Song Endpoint can be empty)"
);
return;
}
diff --git a/src/inputs.js b/src/inputs.js
index 7f45329..09970d8 100644
--- a/src/inputs.js
+++ b/src/inputs.js
@@ -21,7 +21,7 @@ const Inputs = (function () {
};
/** Inputs that are not required to be filled in */
- const optionalInputNames = new Set(["foldername", "songendpoint"]);
+ const optionalInputNames = new Set(["songendpoint"]);
/** Inputs that need to be formatted as ints */
const intInputNames = new Set([