We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b44bc4 commit 6fea863Copy full SHA for 6fea863
src/defaults/video.ts
@@ -10,7 +10,7 @@ export const MediaPlayer: MediaState.MediaPlayer & MediaState.MediaPlayerSource
10
11
loop: false,
12
playing: false,
13
- atBeginning: false,
+ atBeginning: true,
14
clipFrame: 0,
15
}
16
0 commit comments