-
Notifications
You must be signed in to change notification settings - Fork 180
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
skip single selection for artist actions #507
Conversation
c63ef30
to
ea2f809
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the nice QoL improvement. Few nits left.
spotify_player/src/event/mod.rs
Outdated
album.artists, | ||
new_list_state(), | ||
)); | ||
self::handle_show_actions_on_artist(album.artists, data, ui); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self::handle_show_actions_on_artist(album.artists, data, ui); | |
handle_show_actions_on_artist(album.artists, data, ui); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. I wonder why CI doesn't detect it?
ea2f809
to
79394d2
Compare
79394d2
to
86ca9f0
Compare
86ca9f0
to
39c3764
Compare
Since most tracks are performed by a single artist, I found it a bit annoying to always select an artist when using the
GoToArtist
andShowActionsOnArtist
actions.