From 520cb10f7edcd700ace5c25349d5d3f9f966614e Mon Sep 17 00:00:00 2001 From: Brian Strauch Date: Thu, 22 Jul 2021 21:41:34 -0500 Subject: [PATCH] add playlist-read-private scope --- accounts.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accounts.go b/accounts.go index 386b138..5995a12 100644 --- a/accounts.go +++ b/accounts.go @@ -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.