mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
a10287e3f0
This change is feat! because it no longer allows modifying the `currentTime` of the mediaElement in the streaming event. With this change, only `updateStartTime` can be called to update the time, and the user should always use the `canupdatestarttime` event instead of `streaming` event when they need it. Fixes https://github.com/shaka-project/shaka-player/issues/9661