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

[Bug] When queued, the order of double albums is wrong #349

Open
el-tiuri opened this issue Nov 14, 2024 · 2 comments
Open

[Bug] When queued, the order of double albums is wrong #349

el-tiuri opened this issue Nov 14, 2024 · 2 comments
Labels
bug Something isn't working implemented This feature/bug is implemented

Comments

@el-tiuri
Copy link

When a double/triple/… album gets added to the play queue the songs are added in the wrong order. The order should be

  • 1.1
  • 1.2
  • 1.3
  • (…)
  • 2.1
  • 2.2
  • (…)

but it gets queued as

  • 1.1
  • 2.1
  • 3.1
  • 1.2
  • 2.2
  • 3.3
  • (…)

This also happens when using the option to play random offline albums in CarPlay. It doesn’t happen when playing the album immediately instead of queuing it.

@BLeeEZ
Copy link
Owner

BLeeEZ commented Nov 21, 2024

I can confirm this bug. I take a look at it.

@BLeeEZ BLeeEZ added the bug Something isn't working label Nov 21, 2024
@BLeeEZ
Copy link
Owner

BLeeEZ commented Dec 2, 2024

fixed with a21b12d.

@BLeeEZ BLeeEZ added the implemented This feature/bug is implemented label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working implemented This feature/bug is implemented
Projects
None yet
Development

No branches or pull requests

2 participants