Skip to content

Commit

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

Change-Id: Ic36393df77c404bc958ab794af69b3cf0d5a8543
  • Loading branch information
joeyparrish authored and jonoward committed Sep 16, 2015
1 parent a762cac commit abf1e65
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 @@ -273,6 +273,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 abf1e65

Please sign in to comment.