mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-15 15:36:18 +00:00
update a bit
This commit is contained in:
parent
497ed64a09
commit
fd4dd08153
2 changed files with 4 additions and 5 deletions
|
|
@ -530,7 +530,7 @@
|
|||
},
|
||||
"watchparty": {
|
||||
"watchpartyItem": "Watch Party",
|
||||
"notice": "Watch Party might not be available for some sources",
|
||||
"notice": "Legacy Watch Party might not be available for some sources",
|
||||
"legacyWatchparty": "Use legacy Watch Party"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -136,10 +136,6 @@ export function WatchPartyView({ id }: { id: string }) {
|
|||
</Menu.BackLink>
|
||||
<Menu.Section>
|
||||
<div className="pb-4">
|
||||
<Menu.Paragraph marginClass="text-xs text-type-secondary mb-4">
|
||||
{t("player.menus.watchparty.notice")}
|
||||
</Menu.Paragraph>
|
||||
|
||||
{backendSupportsWatchParty &&
|
||||
(enabled ? (
|
||||
<div className="space-y-4">
|
||||
|
|
@ -322,6 +318,9 @@ export function WatchPartyView({ id }: { id: string }) {
|
|||
>
|
||||
{t("player.menus.watchparty.legacyWatchparty")}
|
||||
</Menu.Link>
|
||||
<Menu.Paragraph marginClass="text-xs text-type-secondary mb-4">
|
||||
{t("player.menus.watchparty.notice")}
|
||||
</Menu.Paragraph>
|
||||
</div>
|
||||
</Menu.Section>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue