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
Every few seconds (currently 10) the app sends a request to Tormented Radio to read the current track. After that, it makes a new request to a Firebase cloud function that retrieves further details about the song (album name, album art).
We should avoid calling the cloud function every time if the app already has data on the current song.
The text was updated successfully, but these errors were encountered:
Jei
changed the title
Avoid calling APIs if the current track hasn't changed
Avoid excessive calls to the "track info" API
May 11, 2020
Every few seconds (currently 10) the app sends a request to Tormented Radio to read the current track. After that, it makes a new request to a Firebase cloud function that retrieves further details about the song (album name, album art).
We should avoid calling the cloud function every time if the app already has data on the current song.
The text was updated successfully, but these errors were encountered: