From b9657e1c9541196fac6d0fcb5b9cfa25ee94342a Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 24 Nov 2025 13:10:07 +0100 Subject: [PATCH] fixed another typo in the file submission object --- electron/main/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main/script.js b/electron/main/script.js index 3f8ba35..6bc5886 100644 --- a/electron/main/script.js +++ b/electron/main/script.js @@ -43,7 +43,7 @@ function checkBoxes() { const aiType = document.getElementById("ai_type"); const sendingPackage = { "video": { - "module":"extraction-video-toaudio", + "module":"extraction-video-to-audio", "inputVideoPath": pathTest, "outputType": outputType.value },