mirror of
https://github.com/videojs/video.js.git
synced 2025-01-25 11:13:52 +02:00
d0b03a3a0f
There is no need to listen for user activity until a play is requested on the player and it just adds an extra timer for a player that hasn't started playing yet. Instead, just wait till the first `play` event. Closes #5076.