Files
shaka-player/ui
Álvaro Velad Galván 8b418bb13c Fix(UI): Update Play icon after seeking from end (#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.
2021-07-10 02:46:00 -07:00
..