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

[bugfix]: MPV do not next/prev on queue set #284

Closed
wants to merge 1 commit into from

Conversation

kgarner7
Copy link
Collaborator

@kgarner7 kgarner7 commented Oct 7, 2023

When calling setQueue, do not successively call next()/prev(). Somehow, prev() works, but for next() there is a race condition where after the first skip you will skip two tracks.

When calling setQueue, do not successively call next()/prev().
Somehow, prev() works, but for next() there is a race condition where after the first skip
you will skip two tracks.
@vercel
Copy link

vercel bot commented Oct 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feishin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 7, 2023 5:42pm

@jeffvli
Copy link
Owner

jeffvli commented Oct 7, 2023

I re-added the await in ca39409 which fixes the issue without having to alter the existing player controls.

@jeffvli jeffvli closed this Oct 7, 2023
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