diff --git a/src/player-wrapper.js b/src/player-wrapper.js index 1bb73ff9..77fd0102 100644 --- a/src/player-wrapper.js +++ b/src/player-wrapper.js @@ -595,6 +595,7 @@ PlayerWrapper.prototype.reset = function() { // the first playthrough of the video passed the second response's // mid-roll time. this.contentPlayheadTracker.currentTime = 0; + this.contentComplete = false; }; export default PlayerWrapper;