mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
api/request/local-processing: return subtitles boolean
This commit is contained in:
parent
0b0f0d65ef
commit
337edfc984
@ -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…
Reference in New Issue
Block a user