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

fix(iOS): currentPlaybackTime in ms and not seconds #3472

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

Kubessandra
Copy link
Contributor

@Kubessandra Kubessandra commented Jan 12, 2024

Provide an example of how to test the change

If we cast the timeIntervalSince1970 to a number before we multiply it by 1000 we are losing the milliseconds.

Screenshot 2024-01-12 at 22 08 22

Describe the changes

Replacing the floor by casting it to a Double

Fixing #3471

@freeboub freeboub merged commit 3f63c16 into TheWidlarzGroup:master Jan 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants