Merge branch 'developer' of https://github.com/play-dl/play-dl into developer
This commit is contained in:
commit
73d4374e34
@ -49,9 +49,9 @@ _This sets token without using file._
|
|||||||
```js
|
```js
|
||||||
setToken({
|
setToken({
|
||||||
spotify : {
|
spotify : {
|
||||||
client_id : "ID"
|
client_id : "ID",
|
||||||
client_secret : "Secret"
|
client_secret : "Secret",
|
||||||
refresh_token : "Token"
|
refresh_token : "Token",
|
||||||
market : "Country Code"
|
market : "Country Code"
|
||||||
}
|
}
|
||||||
}) // Setting Spotify Token [ To get refresh_token, just run through authorization, and set file save to No ]
|
}) // Setting Spotify Token [ To get refresh_token, just run through authorization, and set file save to No ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user