mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 09:22:19 +00:00
remove wyzie boolean
This commit is contained in:
parent
d553263437
commit
4a371321cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue