This commit is contained in:
root 2025-07-11 17:55:40 +08:00
parent e3eb009e82
commit 0769e8224b
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({
) : (
<video
ref={videoRef}
src={videoSrc}
className="w-full h-auto max-h-[70vh]"
onClick={handlePlayPause}
onError={async (e) => {