From 1d5f7598e991297b1ade393e306546ef3966efe6 Mon Sep 17 00:00:00 2001 From: Marc Baechinger Date: Mon, 24 Feb 2025 12:51:04 +0100 Subject: [PATCH] Merge release notes --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2d8a5b5f1a..fb9337beec 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -10,6 +10,8 @@ * Fix a bug where `ExoPlayer.isLoading()` remains `true` while it has transitioned to `STATE_IDLE` or `STATE_ENDED` ([#2133](https://github.com/androidx/media/issues/2133)). + * Add `lastRebufferRealtimeMs` to `LoadControl.Parameter` + ([#2113](https://github.com/androidx/media/pull/2113)) * Transformer: * Track Selection: * Extractors: