Skip to content

Commit

Permalink
add playlist-read-private scope
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch committed Jul 23, 2021
1 parent f12f8fc commit 520cb10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const (
ScopePlaylistModifyPublic = "playlist-modify-public"
// ScopePlaylistModifyPrivate gives write access to a user's private playlists.
ScopePlaylistModifyPrivate = "playlist-modify-private"
// ScopePlaylistReadPrivate gives read access to a user's private playlists.
ScopePlaylistReadPrivate = "playlist-read-private"
// ScopePlaylistReadCollaborative includes collaborative playlists when requesting a user's playlists.
ScopePlaylistReadCollaborative = "playlist-read-collaborative"
// ScopeUserFollowModify gives write/delete access to the list of artists and other users that the user follows.
Expand Down

0 comments on commit 520cb10

Please sign in to comment.