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

Manipulating the playlist #7

Open
simonschllng opened this issue Oct 22, 2017 · 0 comments
Open

Manipulating the playlist #7

simonschllng opened this issue Oct 22, 2017 · 0 comments

Comments

@simonschllng
Copy link

In my scenario I fave different playlists. My approach is to keep the player mounted and just update the list prop. I expected this to be possible but its not. Issues I ran into:

  • Replacing the playlist before first playback: Player starts with the first track of the old list and continues with second of new list.
  • Replacing the playlist during playback: Player continues on track x of old list. After track end player goes to track x+1 of new list.
  • Replace a list of 3 with a list of 2 tracks while track 3 is being played: Player throws exception.

Would love if this scenario gets better support!

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

No branches or pull requests

1 participant