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:
wukko
2025-06-20 18:59:35 +06:00
parent 17ab8dd709
commit ab526c234e
3 changed files with 53 additions and 3 deletions

View File

@@ -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;