import { useTranslation } from "react-i18next"; import { usePlayerStore } from "@/stores/player/store"; export function EpisodeTitle() { const { t } = useTranslation(); const meta = usePlayerStore((s) => s.meta); if (meta?.type !== "show") return null; return (