From dc61c3efea1ec0f60f07d2da866dedc807d8880b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 13 Oct 2024 14:18:49 -0600 Subject: [PATCH] Fix tsc --- src/Video.web.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Video.web.tsx b/src/Video.web.tsx index 1e188a23..43438a42 100644 --- a/src/Video.web.tsx +++ b/src/Video.web.tsx @@ -14,7 +14,7 @@ const Video = forwardRef( { source, paused, - muted, + // muted, volume, rate, repeat, @@ -241,7 +241,7 @@ const Video = forwardRef( onBuffer?.({ isBuffering: event.buffering }); }); - player.attach(mediaElement) + // player.attach(mediaElement) // Load the video source player