mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 21:32:17 +00:00
disable watch party
This commit is contained in:
parent
b7936784dd
commit
23c6e7a3b2
1 changed files with 3 additions and 1 deletions
|
|
@ -93,6 +93,7 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
>
|
||||
{t("player.menus.settings.downloadItem")}
|
||||
</Menu.Link>
|
||||
{/*
|
||||
<Menu.Link
|
||||
clickable
|
||||
onClick={handleWatchPartyClick}
|
||||
|
|
@ -101,6 +102,7 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
>
|
||||
{t("Watch Party")}
|
||||
</Menu.Link>
|
||||
*/}
|
||||
</Menu.Section>
|
||||
|
||||
<Menu.SectionTitle>
|
||||
|
|
|
|||
Loading…
Reference in a new issue