I'm making a spotify application and using the SpotifyAPI.Web nuget package, but when you get a track it's in the form of IPlayableItem. How do I convert IPlayableItem to FullTrack?
↧
I'm making a spotify application and using the SpotifyAPI.Web nuget package, but when you get a track it's in the form of IPlayableItem. How do I convert IPlayableItem to FullTrack?