From d5551c9f80bc13968031c327ec3718f041070897 Mon Sep 17 00:00:00 2001 From: Craig Martin Date: Tue, 22 Aug 2023 23:31:43 -0400 Subject: [PATCH] Remove currentTime property which was removed in 6.0.0 alpha 6 --- Video.js | 1 - 1 file changed, 1 deletion(-) 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,