You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the unused PlayerError.RUNTIME_ERROR enum value (its error code 1033 duplicated RESPONSE_NOT_200).
Fixed
Fixed an infinite loop that could freeze the app (e.g. a black screen on Wear OS) when a session became unavailable while no offline stations were present. Pending AvailabilityListeners are now always notified — onPlayerAvailable when offline stations exist, otherwise onPlayerUnavailable — instead of looping forever.