stanford-oval / thingpedia-common-devices

Thingpedia interface code for commonly used devices
Other
38 stars 28 forks source link

com.spotify: refresh access token at startup #338

Closed gcampax closed 3 years ago

gcampax commented 3 years ago

So by the time the user issues a command the token will have been refreshed already. This reduces latency of commands and avoids race conditions with spotifyd (which are still present)

Fixes #334