api/loom: add transcription subtitles
since there's no language selection (at all), we just add the only transcription if a user wants subtitles
This commit is contained in:
@@ -235,7 +235,8 @@ export default async function({ host, patternMatch, params, isSession, isApiKey
|
||||
|
||||
case "loom":
|
||||
r = await loom({
|
||||
id: patternMatch.id
|
||||
id: patternMatch.id,
|
||||
subtitleLang,
|
||||
});
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user