mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add urlsToAudio back
This commit is contained in:
parent
efa930a31a
commit
a69d1240c8
2 changed files with 2 additions and 0 deletions
|
|
@ -482,6 +482,7 @@ export const createDigestJob = async (jobData: CreateDigestJobData) => {
|
|||
createdAt: new Date(),
|
||||
description: generateDescription(summaries, rankedTopics),
|
||||
byline: generateByline(summaries),
|
||||
urlsToAudio: [],
|
||||
}
|
||||
|
||||
await writeDigest(jobData.userId, digest)
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ export interface Digest {
|
|||
content?: string
|
||||
chapters?: Chapter[]
|
||||
|
||||
urlsToAudio?: string[]
|
||||
speechFiles?: SpeechFile[]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue