mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #427] Like album from album page #234
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#234
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jagjordi on GitHub (Apr 23, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/427
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
@aome510 commented on GitHub (Apr 24, 2024):
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.@aome510 commented on GitHub (Apr 24, 2024):
@jagjordi it seems you're using a relatively old
spotify_player. Newer version should haveShowActionsOnAlbum, you can call it from an album's track.@Dragonfyle commented on GitHub (Aug 1, 2024):
@aome510 so to make it clear, the way it would work is this: if you are inside an album,
ShowActionsOnCurrentContextwould open actions for that particular album, and analogous behavior for playlists and artists, correct?