diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ffa1d47520..25ed16b3af 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -61,6 +61,12 @@ * Muxers: * IMA extension: * Session: + * Fix bug that caused custom commands sent from a `MediaBrowser` being + dispatched to the `MediaSessionCompat.Callback` instead of the + `MediaBrowserServiceCompat` variant of the method when connected to a + legacy service. This prevented the `MediaBrowser` to receive the actual + return value sent back by the legacy service + ([#1474](https://github.com/androidx/media/issues/1474)). * UI: * Make the stretched/cropped video in `PlayerView`-in-Compose-`AndroidView` workaround opt-in, due to issues @@ -206,18 +212,6 @@ This release includes the following changes since the playback can't be suppressed without the system crashing the service with a `ForegroundServiceDidNotStartInTimeException` ([#1528](https://github.com/google/ExoPlayer/issues/1528)). - * Fix bug that caused custom commands sent from a `MediaBrowser` being - dispatched to the `MediaSessionCompat.Callback` instead of the - `MediaBrowserServiceCompat` variant of the method when connected to a - legacy service. This prevented the `MediaBrowser` to receive the actual - return value sent back by the legacy service - ([#1474](https://github.com/androidx/media/issues/1474)). -* UI: -* Downloads: -* OkHttp Extension: -* Cronet Extension: -* RTMP Extension: -* HLS Extension: * DASH Extension: * Add support for periods starting in the middle of a segment ([#1440](https://github.com/androidx/media/issues/1440)).