diff --git a/src/routes/Settings/Player/usePlayerOptions.ts b/src/routes/Settings/Player/usePlayerOptions.ts index 7c417079c..c376b51d0 100644 --- a/src/routes/Settings/Player/usePlayerOptions.ts +++ b/src/routes/Settings/Player/usePlayerOptions.ts @@ -36,7 +36,7 @@ const usePlayerOptions = (profile: Profile) => { } }); } - }), [profile.settings, sortedLanguageOptions, t]); + }), [profile.settings, sortedLanguageOptions]); const subtitlesSizeSelect = useMemo(() => ({ options: CONSTANTS.SUBTITLES_SIZES.map((size) => ({