adding recently played endpoint
This commit is contained in:
@@ -78,6 +78,7 @@ func InitSpotifyAuth(config *SpotifyConfig) (*spotifyauth.Authenticator, *spotif
|
||||
spotifyauth.WithScopes(
|
||||
spotifyauth.ScopeUserReadPlaybackState,
|
||||
spotifyauth.ScopeUserReadCurrentlyPlaying,
|
||||
spotifyauth.ScopeUserReadRecentlyPlayed,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user