chadleytan / Spotify-Mixer

Be able to make your own music mix that has songs that start & stop at your own custom times via Spotify
3 stars 0 forks source link

Resume/Pause Button text glitching when clicking button #5

Closed chadleytan closed 3 years ago

chadleytan commented 3 years ago

This happens because when track is paused or resumed it gets the new state of the player but it conflicts with the state change from having the mouse be over the button

chadleytan commented 3 years ago

Looks like issue is happening with the onMouseOver the resume/pause button since it tries to get the current playback during the api call to change player status.