diff --git a/com.twin.app.shoptime/src/components/VideoPlayer/MediaPlayer.v2.jsx b/com.twin.app.shoptime/src/components/VideoPlayer/MediaPlayer.v2.jsx index cf755067..2a105c15 100644 --- a/com.twin.app.shoptime/src/components/VideoPlayer/MediaPlayer.v2.jsx +++ b/com.twin.app.shoptime/src/components/VideoPlayer/MediaPlayer.v2.jsx @@ -639,7 +639,7 @@ const MediaPlayerV2 = forwardRef((props, ref) => { {/* Overlay */} {/* Loading + Thumbnail */} - {loading && thumbnailUrl && ( + {/* {loading && thumbnailUrl && ( <>

@@ -648,7 +648,7 @@ const MediaPlayerV2 = forwardRef((props, ref) => { - )} + )} */} {/* Controls with MediaSlider */} {controlsVisible && !isModal && (