mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-06 23:29:57 +00:00
export unreleased episode overlay from player
This commit is contained in:
parent
f23ac179cd
commit
4af6a72894
2 changed files with 2 additions and 2 deletions
|
|
@ -20,3 +20,4 @@ export * from "./CastingNotification";
|
|||
export * from "./Captions";
|
||||
export * from "./SpeedChangedPopout";
|
||||
export * from "./TIDBSubmissionSuccessPopout";
|
||||
export * from "./UnreleasedEpisodeOverlay";
|
||||
|
|
|
|||
|
|
@ -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) {
|
|||
<Player.SubtitleDelayPopout />
|
||||
<Player.SpeedChangedPopout />
|
||||
<Player.TIDBSubmissionSuccessPopout />
|
||||
<UnreleasedEpisodeOverlay />
|
||||
<Player.UnreleasedEpisodeOverlay />
|
||||
|
||||
<Player.NextEpisodeButton
|
||||
controlsShowing={showTargets}
|
||||
|
|
|
|||
Loading…
Reference in a new issue