Skip to content

Commit

Permalink
Update playhead.js
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Apr 10, 2024
1 parent 17f772d commit 146115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media/playhead.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ shaka.media.MediaSourcePlayhead = class {
// playhead is outside of the seekrange. Move playhead to catch up.
const targetTime = this.reposition_(currentTime);
shaka.log.info('Jumping by ' + (targetTime - currentTime) +
' seconds to catch up with the seek range.');
' seconds to catch up with the seek range.');
this.mediaElement_.currentTime = targetTime;
}
}
Expand Down

0 comments on commit 146115c

Please sign in to comment.