mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #82] adding to shared playlist #25
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#25
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 @a1fishie on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/82
I am part of a few shared playlists, by that I mean where the owner has enabled the "Collaborative Playlist" function, as seen below

I was wondering if there's a possibility to add songs to playlists like that in spotify-player
@aome510 commented on GitHub (Sep 19, 2022):
I think it's possible. Currently, the
AddToPlaylistaction only lists the playlists owned by user.For additional confirmation, are collaborative playlists listed in the Playlists tab of the Library page when you first open the app?
@a1fishie commented on GitHub (Sep 19, 2022):
They are, however it also includes playlist i have hearted
@aome510 commented on GitHub (Sep 19, 2022):
@a1fishie created #83. I couldn't test it as I don't have any collaborative playlists. Can you checkout the branch and run the app to test the new changes?
@a1fishie commented on GitHub (Sep 19, 2022):
Yeah, it seemingly works fine, thank you!