remove(usePlayerOptions): unnecessary dep

This commit is contained in:
Timothy Z. 2025-06-24 13:02:12 +03:00
parent f49a243009
commit 7fb0a8c1be

View file

@ -36,7 +36,7 @@ const usePlayerOptions = (profile: Profile) => {
}
});
}
}), [profile.settings, sortedLanguageOptions, t]);
}), [profile.settings, sortedLanguageOptions]);
const subtitlesSizeSelect = useMemo(() => ({
options: CONSTANTS.SUBTITLES_SIZES.map((size) => ({