Skip to content

Commit

Permalink
Clear playback start time between playbacks
Browse files Browse the repository at this point in the history
Closes #122

Change-Id: Ic36393df77c404bc958ab794af69b3cf0d5a8543
  • Loading branch information
joeyparrish committed Jul 14, 2015
1 parent 40e31e6 commit f03a890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/player/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ shaka.player.Player.prototype.load = function(videoSource) {
}

videoSource.setPlaybackStartTime(this.playbackStartTime_);
this.playbackStartTime_ = null;

// Sync adaptation setting, which could have been set before this source was
// loaded.
Expand Down

0 comments on commit f03a890

Please sign in to comment.