diff --git a/src/utils/opensubtitles.ts b/src/utils/opensubtitles.ts index 719ca02..bdfc795 100644 --- a/src/utils/opensubtitles.ts +++ b/src/utils/opensubtitles.ts @@ -36,10 +36,10 @@ export async function addOpenSubtitlesCaptions( language, }); } - return { + return [ ...captions, ...removeDuplicatedLanguages(openSubtilesCaptions), - }; + ]; } catch { return captions; }