Remove currentTime property which was removed in 6.0.0 alpha 6

This commit is contained in:
Craig Martin 2023-08-22 23:31:43 -04:00
parent 90a8eb245d
commit d5551c9f80

View File

@ -516,7 +516,6 @@ Video.propTypes = {
controls: PropTypes.bool,
audioOnly: PropTypes.bool,
audioOutput: PropTypes.oneOf(['earpiece', 'speaker']),
currentTime: PropTypes.number,
fullscreenAutorotate: PropTypes.bool,
fullscreenOrientation: PropTypes.oneOf(['all', 'landscape', 'portrait']),
progressUpdateInterval: PropTypes.number,