sp_user_display_name always returns canonical name, even when user is loaded
问题 Hello Spotify community =) I've been beating my head against this for a while. When I ask libspotify for the owner of a playlist via sp_playlist_owner , I am never able to get the user's display name out from sp_user_display_name . In the API, it mentions that the display name is only available after the user has been loaded. Specifically, this should be when sp_user_is_loaded returns true . However, I have found this to not be the case. I have hooked into every available playlist callback in