import { useTranslation } from "react-i18next"; import { MpvPlayerViewProps } from "./MpvPlayer.types"; export default function MpvPlayerView(props: MpvPlayerViewProps) { const url = props.source?.url ?? ""; const { t } = useTranslation(); return (