fix linting problem

This commit is contained in:
mrjvs 2024-01-21 20:33:49 +01:00
parent 2064e42bcb
commit 20e35d0549

View File

@ -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