Skip to content

Commit

Permalink
refactor: improve a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Mar 15, 2023
1 parent 6d181c4 commit 90931ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export default class Controller {
const seekTo = silenceEnd;
const seekInVideoTime = seekAt - currentTime;
const seekInRealTime = seekInVideoTime / this.settings.soundedSpeed;
// Yes, this means that `maybeUpcomingSilenceRange` may be the same on two subsequent
// `maybeUpcomingSilenceRange` may be the same on two subsequent
// 'timeupdate' handler calls, and each of them would unconditionally call this `setTimeout`.
// This case is handled inside `this.maybeSeekOrSpeedup`.
//
Expand Down

0 comments on commit 90931ad

Please sign in to comment.