diff --git a/src/components/library/VideoLibraryItem.tsx b/src/components/library/VideoLibraryItem.tsx index bcb333630..a35a8db5f 100644 --- a/src/components/library/VideoLibraryItem.tsx +++ b/src/components/library/VideoLibraryItem.tsx @@ -276,7 +276,7 @@ const CaptionModal: React.VFC<{ videoId: string; videoUrl: string } & ModalProps {languageCode && ( { const url = videoUrl.includes('output') ? `${videoUrl.split('output')[0]}captions/${languageCode}.${last(file.name.split('.'))}`