We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0a81d7 + 3bd0c9c commit d63c50bCopy full SHA for d63c50b
README.md
@@ -224,7 +224,7 @@ const spotifyConfig: ApiConfig = {
224
async function playEpicSong(){
225
try{
226
const session = await SpotifyAuth.authorize(spotifyConfig);
227
- await SpotifyRemote.connect(session.token);
+ await SpotifyRemote.connect(session.accessToken);
228
await remote.playUri("spotify:track:6IA8E2Q5ttcpbuahIejO74");
229
await remote.seek(58000);
230
}catch(err){
@@ -270,4 +270,4 @@ Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work
270
271
<!-- markdownlint-enable -->
272
<!-- prettier-ignore-end -->
273
-<!-- ALL-CONTRIBUTORS-LIST:END -->
+<!-- ALL-CONTRIBUTORS-LIST:END -->
0 commit comments