More hacks

This commit is contained in:
2024-10-13 01:09:57 -06:00
parent 6b5831dc1c
commit 3ddc6e931a
2 changed files with 40 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import React, {
useRef,
type RefObject,
} from 'react';
import shaka from 'shaka-player';
import shaka from 'shaka-player/ui';
import type { VideoRef, ReactVideoProps, VideoMetadata } from './types';
const Video = forwardRef<VideoRef, ReactVideoProps>(