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

Clicking "Play" or "Add Last" on albums sometimes adds the tracks to the queue out of order #782

Closed
ryankupk opened this issue Oct 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ryankupk
Copy link

ryankupk commented Oct 7, 2024

Expected Behavior

When playing an album by clicking the play symbol on the album cover, or by clicking the 3 dots and selecting "Play" or "Add Last", all tracks are played in order by track number

Current Behavior

Tracks are sometimes added to the queue in order, and sometimes are added with the first track at the end of the queue and the remaining tracks at the start. For example instead of

  1. Track 1
  2. Track 2
  3. Track 3

They're instead in the queue as

  1. Track 2
  2. Track 3
  3. Track 1

This doesn't happen every time, and I haven't been able to figure out when or why it happens. I tested in the browser and wasn't able to replicate it, but I'm not sure if that's just because it hasn't happened yet from my basic testing or if it wouldn't happen at all.

Steps to Reproduce

Click the play button on an album from the home screen or album search OR click "Play" from the 3 dot menu OR click "Add Last" from the 3 dot menu

Possible Solution

No response

Context

image
image

Play button behavior is set to "Play" and not "Play Shuffled", and shuffle is not selected in the player bar.

I tried doing a soft and hard reset of the cache from the settings and can still reproduce.

Application version

0.9.0

Operating System and version

Windows 11 desktop

Server and Version

Navidrome 0.53.3

Node Version (if developing locally)

No response

@ryankupk ryankupk added the bug Something isn't working label Oct 7, 2024
@kgarner7
Copy link
Collaborator

kgarner7 commented Oct 7, 2024

See #764. You need to update to 0.10 or newer.

@kgarner7 kgarner7 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2024
@ryankupk
Copy link
Author

ryankupk commented Oct 7, 2024

See #764. You need to update to 0.10 or newer.

Shoot, thanks for linking to that. I tried looking through the issues and didn't see this, I don't think I was looking at closed issues though.

I guess the real question is why my client wasn't updated from 0.9.0 but maybe that's on me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants