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

Queuing tracks from a playlist should preserve duplicate entries #476

Closed
thejoshwolfe opened this issue Nov 13, 2015 · 0 comments
Closed
Labels

Comments

@thejoshwolfe
Copy link
Collaborator

Steps to reproduce:

  1. Create a playlist that contains two entries that are the same file in the library.
  2. Queue the playlist.

At this point, you'll see that only one entry was added to the queue instead of two.

It seems like queueSelection() is collapsing the selection into a set of library ids before determining the sort order, which is where the duplicates are being lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant