From bcf081a493983aa93250e07862e010e4aaeb06e1 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Tue, 30 Dec 2025 21:57:39 -0700 Subject: [PATCH] add fed hls/mp4 toggle --- src/assets/locales/en.json | 3 ++- src/pages/parts/settings/ConnectionsPart.tsx | 15 +++++++++++++++ src/stores/preferences/index.tsx | 8 ++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 1d7f77cf..b964c8e5 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -1354,7 +1354,8 @@ "close": "Got it" }, "traffic": "{{used}} / {{limit}} High-speed Traffic • Resets in {{reset}}", - "trafficExplanation": "Febbox gives you 100GB/month of high-speed traffic, the streams might buffer more after you've used up your quota. Depends on your internet speed and the quality of the stream." + "trafficExplanation": "Febbox gives you 100GB/month of high-speed traffic, the streams might buffer more after you've used up your quota. Depends on your internet speed and the quality of the stream.", + "useMp4": "Enable MP4 streams. May be faster outside of the U.S., but audio tracks cannot be changed." }, "status": { "success": "success", diff --git a/src/pages/parts/settings/ConnectionsPart.tsx b/src/pages/parts/settings/ConnectionsPart.tsx index 443f03e2..9fc6e97a 100644 --- a/src/pages/parts/settings/ConnectionsPart.tsx +++ b/src/pages/parts/settings/ConnectionsPart.tsx @@ -520,6 +520,21 @@ export function FebboxSetup({ })()} > ) : null} +
+ {t("fedapi.setup.useMp4")} +
+