mirror of
https://github.com/imputnet/cobalt.git
synced 2026-08-27 04:05:22 +00:00
api/request/local-processing: return subtitles boolean
This commit is contained in:
parent
0b0f0d65ef
commit
337edfc984
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ export function createResponse(responseType, responseData) {
|
|||
type: mime.getType(responseData?.filename) || undefined,
|
||||
filename: responseData?.filename,
|
||||
metadata: responseData?.fileMetadata || undefined,
|
||||
subtitles: !!responseData?.subtitles || undefined,
|
||||
},
|
||||
|
||||
audio: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue