From 7fb0a8c1be78f4525ec1059f59633caa287d7fab Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Tue, 24 Jun 2025 13:02:12 +0300 Subject: [PATCH] remove(usePlayerOptions): unnecessary dep --- src/routes/Settings/Player/usePlayerOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => ({