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")} +