This commit is contained in:
TPN 2024-05-23 14:29:35 +00:00
parent 3efbee4acd
commit ccfd5a2da0

View file

@ -36,10 +36,10 @@ export async function addOpenSubtitlesCaptions(
language,
});
}
return {
return [
...captions,
...removeDuplicatedLanguages(openSubtilesCaptions),
};
];
} catch {
return captions;
}