Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APT-10727] Fix seek handling #55

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

kschults
Copy link
Contributor

@kschults kschults commented Dec 3, 2024

Previously, the progress position was not updating after a seek until the next playback poll. This caused problems with consumers attempting to track listening because it was not possible to accurately detect a seek. This now updates the position when the seek finishes, rather than waiting for the next poll for the position to catch up.

Also updates Reducer tests to ensure that we are chaining events properly.

Previously, the progress position was not updating after a seek until the next playback poll. This caused problems with consumers attempting to track listening because it was not possible to accurately detect a seek. This now updates the position when the seek finishes, rather than waiting for the next poll for the position to catch up.

Also updates Reducer tests to ensure that we are chaining events properly.
@kschults kschults added the Low Low complexity/size label Dec 3, 2024
@SeanoAndroid SeanoAndroid self-assigned this Dec 3, 2024
@kschults kschults merged commit bd0ffb2 into main Dec 3, 2024
6 checks passed
@kschults kschults deleted the karl/APT-10727-seek-target branch December 3, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Low complexity/size
Development

Successfully merging this pull request may close these issues.

3 participants