Closed ghostwriternr closed 4 years ago
@ghostwriternr a SongData object has a Track object associated with it, which has the provider_id property. We can construct the Spotify link from this ID. Do we still need to return Spotify link in extraAttrs?
SongData
Track
provider_id
extraAttrs
Ohh good catch @thescriptninja! Nope, we don't. Closing this issue.
@ghostwriternr a
SongData
object has aTrack
object associated with it, which has theprovider_id
property. We can construct the Spotify link from this ID. Do we still need to return Spotify link inextraAttrs
?