-
Notifications
You must be signed in to change notification settings - Fork 19
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 skipping to the wrong song #61
Conversation
@devgianlu Would be great if you would give some tips for refactoring the second commit 😄 |
Can you rebase and add the missing parameter |
Mhh, this does not look right. You should be able to |
I thought this is what I did, I'll just start from the beginning and fp then 👍 |
* feat: implement skip to track-index * feat: implement skipping in play queue * chore: simplification and refactoring * chore: inline tracks * chore: add drop parameter
1st fix: On the recommended section below a playlist owned by the user, skipping to any song played the first song only.
2nd fix: While skipping in the queue, it only ever skips one song forward.