-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I confirm that:
- I have searched the existing open AND closed issues to see if an issue already exists for the bug I've encountered
- I'm using the latest version (your issue may have been fixed already)
Version
0.57.0
Current Behavior
When looking a an albums track list, and clicking the 3 dot menu on a track. If that track is not a member of any playlists, the Show in Playlist option will be greyed out. However, in this state, if clicked, the player will load the current list and play at the select song wiping the previous queue list.
Expected Behavior
Clicking on an inactive menu item should do absolutely nothing.
Steps To Reproduce
- Load a list of songs from either album view or artist view
- Find a track not already added to a playlist and click on the 3 dot menu for that track
- Click on the greyed out "Show in Playlist" option
Environment
- OS:Pop OS 24.04 COSMIC
- Browser:Librewolf 140.0.4-1
- Client: N/A
How Navidrome is installed?
Docker
Configuration
services:
navidrome:
image: deluan/navidrome:latest
user: 994:994 # should be owner of volumes
ports:
- "4533:4533"
restart: unless-stopped
environment:
ND_ENABLEGRAVATAR: TRUE
ND_LISTENBRAINZ_ENABLED: TRUE
ND_DEFAULTSHAREEXPIRATION: "72h"
ND_ENABLESHARING: TRUE
ND_UILOGINBACKGROUNDURL: "https://mk.udongein.reisen/files/cf80a060-f26c-40ef-80da-afa527acf855"
# Optional: put your config options customization here. Examples:
# ND_LOGLEVEL: debug
volumes:
- "/mnt/drive/srv/navidrome/data:/data"
- "/mnt/drive/srv/funkwhale/data/media/tracks:/music:ro"
- "/mnt/drive/srv/navidrome/ui:/ui"
Relevant log output
Anything else?
No response
Code of Conduct
- I agree to follow Navidrome's Code of Conduct