diff --git a/src/utils/externalSubtitles/opensubtitles.ts b/src/utils/externalSubtitles/opensubtitles.ts index da40c8fa..70628124 100644 --- a/src/utils/externalSubtitles/opensubtitles.ts +++ b/src/utils/externalSubtitles/opensubtitles.ts @@ -38,6 +38,7 @@ export async function scrapeOpenSubtitlesCaptions( openSubtitlesCaptions.push({ id: downloadUrl, language, + display: caption.LanguageName, url: downloadUrl, type: caption.SubFormat || "srt", needsProxy: false,