-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Start playlist from first track #286
Labels
Comments
Cannot reproduce react-jinke-music-player.mp4 |
A screen recording is worth a billion words Screen.Recording.2021-01-27.at.5.41.16.PM.mov |
Hey @lijinke666 , this fix (e42177b) caused an issue with Screen.Recording.2021-07-03.at.9.05.13.PM.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
With autoPlayInitLoadPlayList=true
If I play second song of playlist A and update audioLists with songs from playlist B then it does not start from beginning but from index of current song that was played from playlist A (second position)
I could reproduce this behavior on the demo site https://react-jinke-music-player.netlify.app/
Tick the box for autoPlayInitLoadPlayList=true, click play and then click to load the second playlist it will start from song 2 and not song 1.
How can I have the player always start the playlist from first index or song 1? Thanks!
The text was updated successfully, but these errors were encountered: