api/request/local-processing: return subtitles boolean
This commit is contained in:
@@ -60,6 +60,7 @@ export function createResponse(responseType, responseData) {
|
|||||||
type: mime.getType(responseData?.filename) || undefined,
|
type: mime.getType(responseData?.filename) || undefined,
|
||||||
filename: responseData?.filename,
|
filename: responseData?.filename,
|
||||||
metadata: responseData?.fileMetadata || undefined,
|
metadata: responseData?.fileMetadata || undefined,
|
||||||
|
subtitles: !!responseData?.subtitles || undefined,
|
||||||
},
|
},
|
||||||
|
|
||||||
audio: {
|
audio: {
|
||||||
|
|||||||
Reference in New Issue
Block a user