From ae63641d164a28cfc1d5d01052dcb65bf81d5106 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:00:29 -0700 Subject: [PATCH] add notice --- src/assets/locales/en.json | 1 + src/pages/parts/settings/ConnectionsPart.tsx | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index eec36bc2..742e8efa 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -1270,6 +1270,7 @@ "debrid": { "title": "Debrid (Beta)", "description": "Enter your Debrid API key to access Debrid services. Requires a paid <0>Real-Debrid or <1>TorBox account!", + "notice": "Notice: This may not work on all browsers, use Chrome for the best compatibility. If you hear no audio, use another source. :(", "tokenLabel": "API Key", "serviceOptions": { "realdebrid": "Real Debrid", diff --git a/src/pages/parts/settings/ConnectionsPart.tsx b/src/pages/parts/settings/ConnectionsPart.tsx index 28b229a7..c0888c3d 100644 --- a/src/pages/parts/settings/ConnectionsPart.tsx +++ b/src/pages/parts/settings/ConnectionsPart.tsx @@ -559,6 +559,9 @@ export function DebridEdit({ {/* fifth's referral code */} +

+ {t("debrid.notice")} +