right now, every single second, the webpage fetches a json string of the now playing song, the queue, and a few other details. this works, but it costs a couple kilobytes per second, when i should be finding a way to make sure it only updates the info when it needs to, such as on a queue change or song change.