Skip to content

7.1.1

Latest

Choose a tag to compare

@eml eml released this 25 Jun 23:11

Removed

  • 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.