Implemented audio extractor into IPC call, sooooooo, frontend and backend are now officially linked successfully

This commit is contained in:
2025-11-12 20:28:55 +01:00
parent 73f6fa7524
commit 94f390f28b
2 changed files with 1 additions and 91 deletions
+1 -1
View File
@@ -75,5 +75,5 @@ electron.app.whenReady().then(createWindow);
electron.ipcMain.on("extract", (event, args) => {
console.log(args);
mapFunctions.get("extraction-video-to-audio").function(args)
})