mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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(() => ({
|
const subtitlesSizeSelect = useMemo(() => ({
|
||||||
options: CONSTANTS.SUBTITLES_SIZES.map((size) => ({
|
options: CONSTANTS.SUBTITLES_SIZES.map((size) => ({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue