[ 1.0.124 ] - 2025/05/19
- Updated logic in the
__init__._TokenUpdater
method to only refresh the Spotify authorization token once if required. Prior logic would refresh the token numerous times if multiple HA worker threads detected an expired token. This makes it less likely to cause a multi-thread deadlock that can lead to the HA user-interface freezing. - Removed unused
DataUpdateCoordinator
logic, as it is no longer used.