spotify-player
spotify-player copied to clipboard
Like album from album page
Is it possible to like (add to library) an album when the album itself its open?
I can only see how to add one of the tracks inside the album
No, it's not supported right now. To show actions on an album, you need to be able to select it. It's not too difficult to add a separate command, e.g ShowActionsOnCurrentContext
, which is triggered only inside a context page.
@jagjordi it seems you're using a relatively old spotify_player
. Newer version should have ShowActionsOnAlbum
, you can call it from an album's track.
@aome510 so to make it clear, the way it would work is this: if you are inside an album, ShowActionsOnCurrentContext
would open actions for that particular album, and analogous behavior for playlists and artists, correct?