Skip to content

[Bug]: Clicking on the inactive "Show in Playlist" option plays the song and replaces the play queue #4355

@AMoonRabbit

Description

@AMoonRabbit

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

  1. Load a list of songs from either album view or artist view
  2. Find a track not already added to a playlist and click on the 3 dot menu for that track
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugtriageNew bug reports that need to be evaluated

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions