ios-sdk
ios-sdk copied to clipboard
SPTAppRemoteTrack Artist value has Album Artist Name instead of Artists.
The expected value of Artist inside of a SPTAppRemoteTrack is track's Artist and not Album Artist, but the API returns the Album Artist value even for track's artist. Possibly it simply sends first Artist instead of a comma separated string. I saw somewhere that the old API had an array of Artists for SPTTrack instead of a single Artist, which would have been better.
Is there any way to get all track artists via local iOS SDK? Or is this something that Spotify.app would need to change?