Bumps PinballApi 3.2.7 → 3.2.8.
Fixes
- Calendar detail page no longer fails to load for unrated tournaments. PinballApi 3.2.8 makes the tournament rating/strength/grade metrics nullable — the IFPA API returns
nullfor these on unrated/future events, which previously broke deserialization of the entire tournament. - About-page sponsors load again. The IFPA batch player endpoint (
player?players=…) now returns a non-JSON body; 3.2.8 works around it by fetching each player via the single-player endpoint.