You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/components/VideoPlayer/BaseVideoPlayer.tsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ function BaseVideoPlayer({
73
73
const[isEnded,setIsEnded]=useState(false);
74
74
const[isBuffering,setIsBuffering]=useState(true);
75
75
// we add "#t=0.001" at the end of the URL to skip first milisecond of the video and always be able to show proper video preview when video is paused at the beginning
0 commit comments