mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
8b418bb13c
We change the "play" button icon to become "rewind" when the video ends. However, previously we did not update the icon again when seeking. This would lead to the icon still looking like a "rewind" button if the user seeks back from the end of the video. This fixes that, by making the button listen to "seeking" events.