Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstark committed Mar 2, 2023
1 parent 7bc7962 commit a4484ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media-event-filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export const getVideoEventFilter = ({
!state.seeking &&
// Not already buffering
!state.buffering &&
// playbackRate is 0
// playbackRate is not 0
videoElement.playbackRate > 0 &&
// videoElement does not indicate it's seeking
!videoElement.seeking
Expand Down

0 comments on commit a4484ca

Please sign in to comment.