Remove currentTime property which was removed in 6.0.0 alpha 6
This commit is contained in:
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,
|
||||||
|
Reference in New Issue
Block a user