add notice

This commit is contained in:
Pas 2025-11-19 18:00:29 -07:00
parent fa7b70b52a
commit ae63641d16
2 changed files with 4 additions and 0 deletions

View file

@ -1270,6 +1270,7 @@
"debrid": {
"title": "Debrid (Beta)",
"description": "Enter your Debrid API key to access Debrid services. Requires a paid <0>Real-Debrid</0> or <1>TorBox</1> 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",

View file

@ -559,6 +559,9 @@ export function DebridEdit({
{/* fifth's referral code */}
<MwLink to="https://torbox.app/subscription?referral=3f665ece-0405-4012-9db7-c6f90e8567e1" />
</Trans>
<p className="text-type-danger mt-2 max-w-[30rem]">
{t("debrid.notice")}
</p>
</div>
<div className="flex items-center gap-3">
<Toggle onClick={toggleDebridExpanded} enabled={isDebridVisible} />