MCPcopy
hub / github.com/orion-lib/OrionTV / EpisodeSelectionModalProps

Interface EpisodeSelectionModalProps

components/EpisodeSelectionModal.tsx:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import usePlayerStore from "@/stores/playerStore";
5
6interface EpisodeSelectionModalProps {}
7
8export const EpisodeSelectionModal: React.FC<EpisodeSelectionModalProps> = () => {
9 const { showEpisodeModal, episodes, currentEpisodeIndex, playEpisode, setShowEpisodeModal } = usePlayerStore();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected