diff --git a/VideoPlayer.js b/VideoPlayer.js index 9bf635f..a3b4a57 100644 --- a/VideoPlayer.js +++ b/VideoPlayer.js @@ -189,6 +189,9 @@ export default class VideoPlayer extends Component { state.duration = data.duration; state.loading = false; + if (state.error === true) { + state.error = false + } this.setState( state ); if ( state.showControls ) {