Skip to content

Commit

Permalink
fix: get correct scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Andrade committed Mar 12, 2022
1 parent 1cfbe6f commit acc3864
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/constants/scopes.ts
@@ -1,21 +1,21 @@
export const scopes = [
'ugc-image-upload',
'user-read-playback-state',
'user-modify-playback-state',
'user-read-currently-playing',
'streaming',
'app-remote-control',
'user-read-email',
'user-read-private',
'playlist-read-collaborative',
'playlist-modify-public',
'playlist-read-private',
'playlist-modify-private',
'user-library-modify',
'user-library-read',
// 'ugc-image-upload',
// 'user-read-playback-state',
// 'user-modify-playback-state',
// 'user-read-currently-playing',
// 'streaming',
// 'app-remote-control',
// 'user-read-email',
// 'user-read-private',
// 'playlist-read-collaborative',
// 'playlist-modify-public', TODO: add this scope in the future
// 'playlist-read-private',
// 'playlist-modify-private',
// 'user-library-modify',
// 'user-library-read',
'user-top-read',
'user-read-playback-position',
'user-read-recently-played',
'user-follow-read',
'user-follow-modify'
// 'user-read-playback-position',
'user-read-recently-played'
// 'user-follow-read',
// 'user-follow-modify'
]

1 comment on commit acc3864

@vercel
Copy link

@vercel vercel bot commented on acc3864 Mar 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.