I haven’t made an update to that area in the lastest image.
I heavily rewrote the logic last weekend to optimize what was being downloaded from the NHL API, and I broke a few things and just haven’t gotten around to fixing it.
Before I was downloading all the data for every game every 30 seconds, then discarding the games that weren’t relevant right now. But I updated it so it doesn’t download anything not from your selected teams and for games that are more than an hour away from starting. This was a much needed optimization, but it introduced several bugs, including this one.
I need to write more unit tests to catch these things! 😭
I haven’t made an update to that area in the lastest image.
I heavily rewrote the logic last weekend to optimize what was being downloaded from the NHL API, and I broke a few things and just haven’t gotten around to fixing it.
Before I was downloading all the data for every game every 30 seconds, then discarding the games that weren’t relevant right now. But I updated it so it doesn’t download anything not from your selected teams and for games that are more than an hour away from starting. This was a much needed optimization, but it introduced several bugs, including this one.
I need to write more unit tests to catch these things! 😭