🐛 Bug Fixes
- Fix HockeyTech team channels producing no EPG — HockeyTech API returns team IDs as integers but SQLite stores them as TEXT; int-vs-string comparison always returned false so no games ever matched — thanks @sethwv (#211)
🔧 Under the Hood
- Serialize Dispatcharr token acquisition to prevent concurrent auth races — each client instance previously held its own lock, allowing parallel 429-inducing auth attempts; token cache is now shared per URL/user and
close()no longer clears shared tokens mid-request — thanks @bttfw (#213)
What's Changed
- Fix HockeyTech team schedule always returning empty results by @sethwv in #211
- Serialize Dispatcharr token acquisition by @bttfw in #213
New Contributors
Full Changelog: v2.5.3...v2.5.4