mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
remove(usePlayerOptions): unnecessary dep
This commit is contained in:
parent
f49a243009
commit
7fb0a8c1be
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const usePlayerOptions = (profile: Profile) => {
|
|||
}
|
||||
});
|
||||
}
|
||||
}), [profile.settings, sortedLanguageOptions, t]);
|
||||
}), [profile.settings, sortedLanguageOptions]);
|
||||
|
||||
const subtitlesSizeSelect = useMemo(() => ({
|
||||
options: CONSTANTS.SUBTITLES_SIZES.map((size) => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue