mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
fix
This commit is contained in:
parent
3efbee4acd
commit
ccfd5a2da0
1 changed files with 2 additions and 2 deletions
|
|
@ -36,10 +36,10 @@ export async function addOpenSubtitlesCaptions(
|
|||
language,
|
||||
});
|
||||
}
|
||||
return {
|
||||
return [
|
||||
...captions,
|
||||
...removeDuplicatedLanguages(openSubtilesCaptions),
|
||||
};
|
||||
];
|
||||
} catch {
|
||||
return captions;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue