diff --git a/web/src/components/player/HlsVideoPlayer.tsx b/web/src/components/player/HlsVideoPlayer.tsx index bc3496ebb..8ef5f1c42 100644 --- a/web/src/components/player/HlsVideoPlayer.tsx +++ b/web/src/components/player/HlsVideoPlayer.tsx @@ -38,6 +38,7 @@ export interface HlsSource { type HlsVideoPlayerProps = { videoRef: MutableRefObject; + videoClassName?: string; containerRef?: React.MutableRefObject; visible: boolean; currentSource: HlsSource; @@ -64,6 +65,7 @@ type HlsVideoPlayerProps = { export default function HlsVideoPlayer({ videoRef, + videoClassName, containerRef, visible, currentSource, @@ -441,7 +443,12 @@ export default function HlsVideoPlayer({ )}