mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
The audio element behaves a bit differently than the video element in that the audio element drives itself on a timer (as opposed to LibVideo notifying the video element when a frame is available). So if an audio element is paused while seeking, we wouldn't receive an updated playback position until the element is unpaused. This fixes an issue where you would have to click the play button twice to re-start an audio track after it reached the end.
6.1 KiB
6.1 KiB