When pressing the skip button, usually the album art and title are loaded into the correct slots. However sometimes the data doesn't load fast enough and the state doesn't get updated.
Possible Solution(s):
a. increase the time for the timeout function setTimeout(() => { this.fetchData() }, 1000);
b. preload the next song data.