Browse Source

fix linting problem

pull/760/head
mrjvs 2 years ago
parent
commit
20e35d0549
  1. 2
      src/components/player/atoms/settings/CaptionsView.tsx

2
src/components/player/atoms/settings/CaptionsView.tsx

@ -134,7 +134,7 @@ export function CaptionsView({ id }: { id: string }) { @@ -134,7 +134,7 @@ export function CaptionsView({ id }: { id: string }) {
[selectCaptionById, setCurrentlyDownloading],
);
const content = subtitleList.map((v, i) => {
const content = subtitleList.map((v) => {
return (
<CaptionOption
// key must use index to prevent url collisions

Loading…
Cancel
Save