Return Spotify link in Spotify `extraAttrs`
Closed this issue · 2 comments
ghostwriternr commented
Return Spotify link in Spotify `extraAttrs`
parth-paradkar commented
@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
?
ghostwriternr commented
Ohh good catch @thescriptninja! Nope, we don't. Closing this issue.