Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 255cc82

Browse files
committed
🚿
1 parent cd9010d commit 255cc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Providers/Spotify/spotify-common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131

3232
if(!$storage->hasAccessToken()){
3333
$token = (new AccessToken)->fromJSON(file_get_contents(($CFGDIR ?? '').'/Spotify.token.json'));
34-
$storage->storeAccessToken($token);
34+
$spotify->storeAccessToken($token);
3535
}

0 commit comments

Comments
 (0)