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,
|
||||
filename: responseData?.filename,
|
||||
metadata: responseData?.fileMetadata || undefined,
|
||||
subtitles: !!responseData?.subtitles || undefined,
|
||||
},
|
||||
|
||||
audio: {
|
||||
|
||||
Reference in New Issue
Block a user