Closed MtuMartian closed 2 years ago
Once we have web playback complete, we may want to know what song is currently playing in our UI. This data can be fetched from the WebPlayback SDK getCurrentState method https://developer.spotify.com/documentation/web-playback-sdk/reference/
This issue will be complete when our application displays the current song title, album title, and artist. If there is no current song, display a message saying no song is currently playing
This Pull request solve issue #6
Once we have web playback complete, we may want to know what song is currently playing in our UI. This data can be fetched from the WebPlayback SDK getCurrentState method https://developer.spotify.com/documentation/web-playback-sdk/reference/
This issue will be complete when our application displays the current song title, album title, and artist. If there is no current song, display a message saying no song is currently playing