diff --git a/src/video/components/popouts/CaptionSelectionPopout.tsx b/src/video/components/popouts/CaptionSelectionPopout.tsx index 363f27b4..e98bc669 100644 --- a/src/video/components/popouts/CaptionSelectionPopout.tsx +++ b/src/video/components/popouts/CaptionSelectionPopout.tsx @@ -13,7 +13,6 @@ function makeCaptionId(caption: MWCaption, isLinked: boolean): string { return isLinked ? `linked-${caption.langIso}` : `external-${caption.langIso}`; } -// TODO add option to clear captions export function CaptionSelectionPopout() { const descriptor = useVideoPlayerDescriptor(); const meta = useMeta(descriptor); @@ -42,10 +41,23 @@ export function CaptionSelectionPopout() {