You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: