mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
add notice
This commit is contained in:
parent
fa7b70b52a
commit
ae63641d16
2 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue