Spotify Looper: Day 49
Starting to try and wire up the new UI to the API. Issues:
- currentlyPlaying is an enum with multiple cases. What should I do in when case is not
.track
? And isplaylistItem.track
the same type asTrack
? - How to adapt
TrackPosition
to interface withspotify.progressMS
?