Add the scopes we will need for playlist exporting.
This commit is contained in:
parent
d260381b41
commit
add7b23383
1 changed files with 7 additions and 1 deletions
|
|
@ -23,7 +23,13 @@ export default {
|
|||
auth_base: `https://accounts.spotify.com/authorize`,
|
||||
use_state: process.env.NODE_ENV === `production`,
|
||||
client_id: `3a1795e9d55445b0aa0c05dd74c866fb`,
|
||||
scopes: [ `user-top-read` ],
|
||||
scopes: [
|
||||
`user-top-read`,
|
||||
`playlist-modify-public`,
|
||||
`playlist-modify-private`,
|
||||
`playlist-modify-public`,
|
||||
`playlist-modify-private`,
|
||||
],
|
||||
show_dialog: process.env.NODE_ENV !== `production`,
|
||||
}},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue