mirror of
https://github.com/p-stream/p-stream.git
synced 2026-08-09 08:27:40 +00:00
reenable watch party
This commit is contained in:
parent
b2b5e2e7d1
commit
3994866114
1 changed files with 5 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ import { Toggle } from "@/components/buttons/Toggle";
|
|||
import { Icon, Icons } from "@/components/Icon";
|
||||
import { useCaptions } from "@/components/player/hooks/useCaptions";
|
||||
import { Menu } from "@/components/player/internals/ContextMenu";
|
||||
import { Paragraph } from "@/components/utils/Text";
|
||||
import { useOverlayRouter } from "@/hooks/useOverlayRouter";
|
||||
import { usePlayerStore } from "@/stores/player/store";
|
||||
import { qualityToString } from "@/stores/player/utils/qualities";
|
||||
|
|
@ -93,8 +94,7 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
>
|
||||
{t("player.menus.settings.downloadItem")}
|
||||
</Menu.Link>
|
||||
{/*
|
||||
<Menu.Link
|
||||
<Menu.Link
|
||||
clickable
|
||||
onClick={handleWatchPartyClick}
|
||||
rightSide={<Icon className="text-xl" icon={Icons.WATCH_PARTY} />}
|
||||
|
|
@ -102,7 +102,9 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
>
|
||||
{t("Watch Party")}
|
||||
</Menu.Link>
|
||||
*/}
|
||||
<Paragraph className="text-xs">
|
||||
Watch Party might not be avalible for some sources
|
||||
</Paragraph>
|
||||
</Menu.Section>
|
||||
|
||||
<Menu.SectionTitle>
|
||||
|
|
|
|||
Loading…
Reference in a new issue