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