remove wyzie boolean

This commit is contained in:
Pas 2025-04-06 23:46:36 -06:00
parent d553263437
commit 4a371321cb

View file

@ -1,3 +1,4 @@
/* eslint-disable no-console */
import { type SubtitleData, searchSubtitles } from 'wyzie-lib';
import { Caption } from '@/providers/captions';
@ -39,7 +40,6 @@ export async function addWyzieCaptions(
type: subtitle.format as 'srt' | 'vtt',
hasCorsRestrictions: false,
language: subtitle.language,
wyziesubs: true,
}));
return [...captions, ...wyzieCaptions];