diff --git a/src/components/player/atoms/settings/CaptionsView.tsx b/src/components/player/atoms/settings/CaptionsView.tsx index 437d5fde..bfee8b5f 100644 --- a/src/components/player/atoms/settings/CaptionsView.tsx +++ b/src/components/player/atoms/settings/CaptionsView.tsx @@ -130,10 +130,12 @@ export function CaptionsView({ id }: { id: string }) { [selectLanguage, setCurrentlyDownloading] ); - const content = subtitleList.map((v) => { + const content = subtitleList.map((v, i) => { return (