mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Lint
This commit is contained in:
parent
aaacc98316
commit
eb4ad0a759
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ const useProfileSettingsInputs = (profile) => {
|
|||
}
|
||||
}), [profile.settings]);
|
||||
const playInExternalPlayerSelect = React.useMemo(() => ({
|
||||
options: externalPlayerOptions.map(opt => {
|
||||
options: externalPlayerOptions.map((opt) => {
|
||||
opt.label = t(opt.label);
|
||||
return opt;
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue