Track is showing {} inside useEffect for my PlayerContext in React
I am building a spotify-clone , inside which the player i am building is using Player context.
Everything is working fine , but i am not able to set up the functionality of playing next song when current song is funished.