Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(UI): Update Play icon after seeking from end (shaka-project#3515)
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.
- Loading branch information