diff --git a/src/renderer/component/video/internal/player.jsx b/src/renderer/component/video/internal/player.jsx index 521de6470..6740c5d2f 100644 --- a/src/renderer/component/video/internal/player.jsx +++ b/src/renderer/component/video/internal/player.jsx @@ -23,7 +23,6 @@ class VideoPlayer extends React.PureComponent { componentWillReceiveProps(next) { const el = this.refs.media.children[0]; if (!this.props.paused && next.paused && !el.paused) el.pause(); - // if (this.props.paused && !next.paused && el.paused) el.play(); } componentDidMount() {