@lavolp3 Thanks, but I managed to solve it by editing “Spotify.js” in play (param, cb) {
this.doRequest (“/ v1 / me / player / play”, “PUT”, null, param, cb)
}
pause (cb) {
this.doRequest (“/ v1 / me / player / pause”, “PUT”, null, null, cb)
}
I included the url commands for the remote control and solved the problem.