Skip to content

Commit

Permalink
Update src/main/SubtitleSelect.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Arne Wilken <Arnei@users.noreply.github.com>
  • Loading branch information
lkiesow and Arnei authored Nov 11, 2022
1 parent 186daa1 commit c722f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/SubtitleSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import { createTheme, ThemeProvider } from '@mui/material/styles';
}

for (let subFlavor of displayFlavors) {
let icon = ((settings.subtitles || {}).icons || {})[subFlavor.subFlavor];
const icon = ((settings.subtitles || {}).icons || {})[subFlavor.subFlavor];
buttons.push(
<SubtitleSelectButton
title={subFlavor.title}
Expand Down

0 comments on commit c722f7a

Please sign in to comment.