mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Merge branch 'feature/ui-test' into 'develop'
One closing curly too much removed See merge request proj-wise2526-video2document/video2document!61
This commit is contained in:
@@ -206,7 +206,7 @@ electron.ipcMain.on("file_submit", async (event, args) => {
|
|||||||
mainWindow.webContents.send("error", err)
|
mainWindow.webContents.send("error", err)
|
||||||
return
|
return
|
||||||
})
|
})
|
||||||
}
|
|
||||||
|
|
||||||
await mapFunctions.get("extract-speaker-snippets").function({audioPath: audiopath, jsonPath: transcriptpath }).then(resp => {
|
await mapFunctions.get("extract-speaker-snippets").function({audioPath: audiopath, jsonPath: transcriptpath }).then(resp => {
|
||||||
mainWindow.webContents.send("submitSpeaker", resp)
|
mainWindow.webContents.send("submitSpeaker", resp)
|
||||||
|
|||||||
Reference in New Issue
Block a user