Skip to content
Unverified Commit b97663e0 authored by Benoit Dion's avatar Benoit Dion Committed by GitHub
Browse files

Clear progress messages on STATE_IDLE and STATE_BUFFERING (#1768)

The progress message handler will duplicate recursions of the `onProgressMessage` handler on change of player state from any state to STATE_READY with `playWhenReady` is true (when video is not paused). This clears the messages on STATE_IDLE and STATE_BUFFERING to break the recursion.
parent b675e591
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment