adding recently played endpoint

This commit is contained in:
2025-11-29 00:30:34 +00:00
parent a776c852b2
commit 160dd24bf2
3 changed files with 13 additions and 25 deletions

View File

@@ -78,6 +78,7 @@ func InitSpotifyAuth(config *SpotifyConfig) (*spotifyauth.Authenticator, *spotif
spotifyauth.WithScopes(
spotifyauth.ScopeUserReadPlaybackState,
spotifyauth.ScopeUserReadCurrentlyPlaying,
spotifyauth.ScopeUserReadRecentlyPlayed,
),
)