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

fix skipping to the wrong song #61

Merged
merged 5 commits into from
Aug 19, 2024
Merged

Conversation

tooxo
Copy link
Contributor

@tooxo tooxo commented Aug 15, 2024

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.

@tooxo tooxo marked this pull request as draft August 15, 2024 13:06
@tooxo tooxo marked this pull request as ready for review August 15, 2024 13:20
@tooxo
Copy link
Contributor Author

tooxo commented Aug 15, 2024

@devgianlu Would be great if you would give some tips for refactoring the second commit 😄

cmd/daemon/player.go Outdated Show resolved Hide resolved
cmd/daemon/player.go Outdated Show resolved Hide resolved
@devgianlu
Copy link
Owner

Can you rebase and add the missing parameter drop to loadCurrentTrack that I added recently?

@devgianlu
Copy link
Owner

Mhh, this does not look right. You should be able to git rebase master (after updating your master with this master) and then git push --force. Right now the diff shows unrelated changes.

@tooxo
Copy link
Contributor Author

tooxo commented Aug 19, 2024

I thought this is what I did, I'll just start from the beginning and fp then 👍

@devgianlu devgianlu merged commit 888787f into devgianlu:master Aug 19, 2024
1 check passed
thilojaeggi pushed a commit to thilojaeggi/go-librespot that referenced this pull request Oct 13, 2024
* feat: implement skip to track-index

* feat: implement skipping in play queue

* chore: simplification and refactoring

* chore: inline tracks

* chore: add drop parameter
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

Successfully merging this pull request may close these issues.

2 participants