diff --git a/Video.js b/Video.js index d8633057..d2502524 100644 --- a/Video.js +++ b/Video.js @@ -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,