Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from CastyLab/develop
Browse files Browse the repository at this point in the history
Updating spotify scopes
  • Loading branch information
mrjosh authored Aug 26, 2020
2 parents 28d5525 + ff6b293 commit b7ed9f2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions oauth/spotify/spotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ var (
config = new(JsonConfig)
oauthClient *oauth2.Config
scopes = []string{
"profile",
"email",
"openid",
"user-read-private",
"user-read-email",
"user-read-playback-state",
"user-modify-playback-state",
"user-library-read",
"playlist-read-private",
"streaming",
"user-read-currently-playing",
}
)

Expand Down

0 comments on commit b7ed9f2

Please sign in to comment.