File tree 3 files changed +3
-3
lines changed
swiftui-loop-videoplayer-example/views/video
swiftui-loop-videoplayer-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
"location" : " https://github.com/swiftuiux/swiftui-loop-videoplayer" ,
8
8
"state" : {
9
9
"branch" : " main" ,
10
- "revision" : " 2da461e55732a1f0568c4b11b95c0e4689477867 "
10
+ "revision" : " 5f9fedce6cd5f312ec86c0ef37b23852e5793697 "
11
11
}
12
12
}
13
13
],
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ struct Video3 : VideoTpl{
34
34
VideoSettings {
35
35
SourceName ( Video3 . sourceName)
36
36
Loop ( )
37
- Events ( [ . all ] )
37
+ Events ( [ ] )
38
38
}
39
39
}
40
40
. accessibilityIdentifier ( Video3 . videoPlayerIdentifier)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ struct Video6: VideoTpl {
33
33
Mute ( )
34
34
EnableVector ( )
35
35
Gravity ( . resizeAspectFill)
36
- Events ( [ . all ] )
36
+ Events ( [ ] )
37
37
}
38
38
self . _settings = State ( initialValue: settings)
39
39
You can’t perform that action at this time.
0 commit comments