mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Save correct mp3 and speech marks file name in the database
This commit is contained in:
parent
339be5304f
commit
9906e2153b
1 changed files with 2 additions and 2 deletions
|
|
@ -155,8 +155,8 @@ export function articleRouter() {
|
|||
// update state
|
||||
await getRepository(Speech).update(speech.id, {
|
||||
state: SpeechState.COMPLETED,
|
||||
audioFileName: speech.audioFileName,
|
||||
speechMarksFileName: speech.speechMarksFileName,
|
||||
audioFileName: speechOutput.audioFileName,
|
||||
speechMarksFileName: speechOutput.speechMarksFileName,
|
||||
})
|
||||
speech.audioFileName = speechOutput.audioFileName
|
||||
speech.speechMarksFileName = speechOutput.speechMarksFileName
|
||||
|
|
|
|||
Loading…
Reference in a new issue