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

setPlayHead not working #13

Open
jfbloom22 opened this issue Apr 18, 2018 · 1 comment
Open

setPlayHead not working #13

jfbloom22 opened this issue Apr 18, 2018 · 1 comment

Comments

@jfbloom22
Copy link

When I call setPlayHead with percentage 0, I am expecting it to go back to the beginning. However nothing happens.
dispatch(actions.setPlayHead(id, 0));

When I call it with .1 it goes back to the beginning, but only one time. Additional dispatches do not set the playhead back to the beginning.
dispatch(actions.setPlayHead(id, .1));

In fact any value I try to set the play head too only works once.
dispatch(actions.setPlayHead(id, 50)); seeks to the middle of the track, but only the first time I dispatch it.

@MartinDawson
Copy link
Contributor

probably a bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants