aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
3.66k stars 167 forks source link

GoToArtist: automatically select artist if only one is present on selected track #540

Closed atimofeev closed 3 months ago

atimofeev commented 3 months ago

Is your feature request related to a problem? Please describe. I always have to 'choose' a single artist, which is the case for 99% of the time I use this action.

Describe the solution you'd like Automatically select artist if only one is present on selected track.

Additional context Example of artist selection screen after doing ShowActionsOnSelectedItem -> GoToArtist: image

atimofeev commented 3 months ago

After inspecting source code, I found that this was resolved with https://github.com/aome510/spotify-player/pull/507 Closed