Remove currentTime property which was removed in 6.0.0 alpha 6
This commit is contained in:
parent
90a8eb245d
commit
d5551c9f80
1
Video.js
1
Video.js
@ -516,7 +516,6 @@ Video.propTypes = {
|
|||||||
controls: PropTypes.bool,
|
controls: PropTypes.bool,
|
||||||
audioOnly: PropTypes.bool,
|
audioOnly: PropTypes.bool,
|
||||||
audioOutput: PropTypes.oneOf(['earpiece', 'speaker']),
|
audioOutput: PropTypes.oneOf(['earpiece', 'speaker']),
|
||||||
currentTime: PropTypes.number,
|
|
||||||
fullscreenAutorotate: PropTypes.bool,
|
fullscreenAutorotate: PropTypes.bool,
|
||||||
fullscreenOrientation: PropTypes.oneOf(['all', 'landscape', 'portrait']),
|
fullscreenOrientation: PropTypes.oneOf(['all', 'landscape', 'portrait']),
|
||||||
progressUpdateInterval: PropTypes.number,
|
progressUpdateInterval: PropTypes.number,
|
||||||
|
Loading…
Reference in New Issue
Block a user