We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c88683 commit 17c0608Copy full SHA for 17c0608
src/lib/SpotifyConnect.js
@@ -23,7 +23,7 @@ class SpotifyConnect {
23
getAccessToken(authToken) {
24
const headers = {
25
Authorization: 'Basic ' + new Buffer(this.clientId + ':' + this.clientSecret).toString('base64'),
26
- 'Content-Type': 'application/x-www-form-urlencoded charset=UTF-8',
+ 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
27
}
28
const params = {
29
grant_type : 'authorization_code',
0 commit comments