mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Update README.md
This commit is contained in:
@@ -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 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user