The Wayback Machine - https://web.archive.org/web/20200916200632/https://github.com/jplayer/react-jPlayer/issues/13
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
Labels

Comments

@jfbloom22
Copy link

@jfbloom22 jfbloom22 commented Apr 18, 2018

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
Member

@MartinDawson MartinDawson commented May 4, 2018

probably a bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.