You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
the user.getRecentTracks method provides an extended param that returns more info about the artist and whether the user loved the song. in my particular use case i'm interested in the loved key.
the same functionality can be implemented by using user.getRecentTracks followed by track.getInfo with the username provided, but that would add one additional request per song instead of just one request for all of them.