From 4af6a72894458b917778acc65d03281e4aaf5fbe Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:01:16 -0700 Subject: [PATCH] export unreleased episode overlay from player --- src/components/player/atoms/index.ts | 1 + src/pages/parts/player/PlayerPart.tsx | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/player/atoms/index.ts b/src/components/player/atoms/index.ts index 1a20b56d..6ad7b929 100644 --- a/src/components/player/atoms/index.ts +++ b/src/components/player/atoms/index.ts @@ -20,3 +20,4 @@ export * from "./CastingNotification"; export * from "./Captions"; export * from "./SpeedChangedPopout"; export * from "./TIDBSubmissionSuccessPopout"; +export * from "./UnreleasedEpisodeOverlay"; diff --git a/src/pages/parts/player/PlayerPart.tsx b/src/pages/parts/player/PlayerPart.tsx index 9c81e0ae..bcabeccd 100644 --- a/src/pages/parts/player/PlayerPart.tsx +++ b/src/pages/parts/player/PlayerPart.tsx @@ -5,7 +5,6 @@ import { BrandPill } from "@/components/layout/BrandPill"; import { Player } from "@/components/player"; import { SkipSegmentButton } from "@/components/player/atoms/SkipSegmentButton"; import { ThumbsFeedback } from "@/components/player/atoms/ThumbsFeedback"; -import { UnreleasedEpisodeOverlay } from "@/components/player/atoms/UnreleasedEpisodeOverlay"; import { WatchPartyStatus } from "@/components/player/atoms/WatchPartyStatus"; import { useShouldShowControls } from "@/components/player/hooks/useShouldShowControls"; import { @@ -260,7 +259,7 @@ export function PlayerPart(props: PlayerPartProps) { - +