File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ struct Source: SuperCodable {
3636 let dvrSeekForwardInterval : Int ?
3737 let dvrSeekBackwardInterval : Int ?
3838 var plugins : JSPlugins ?
39- let resumePosition : Int ?
39+ let resumePosition : Double ?
4040}
4141
4242
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ class PlayerViewProxy {
238238 config: jsConfig,
239239 imageUri: jsProps. metadata. value? . thumbnailUrl,
240240 thumbnailsPreview: sourceValue. thumbnailsPreview,
241- resumePosition: sourceValue. resumePosition. map { Double ( $0 ) } ,
241+ resumePosition: sourceValue. resumePosition,
242242 delay: nil ,
243243 ads: sourceValue. ads,
244244 metadata: metadata,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-video" ,
3- "version" : " 7.10.17 " ,
3+ "version" : " 7.10.18 " ,
44 "dorisAndroidVersion" : " 3.14.8" ,
55 "messagingAndroidVersion" : " 1.1.0" ,
66 "description" : " A <Video /> element for react-native" ,
You can’t perform that action at this time.
0 commit comments