Skip to content

Commit 0ad13be

Browse files
committed
Move misplaced release notes
PiperOrigin-RevId: 759132694
1 parent 027efd3 commit 0ad13be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ This release includes the following changes since [1.6.1](#161-2025-04-14):
103103
* IMA extension:
104104
* Fix a bug where a load error in one ad may accidentally invalidate
105105
another ad group.
106+
* Fix bug where ad groups after the end of a VOD window stalled playback.
107+
Ads groups with a start time after the window are not enqueued into the
108+
`MediaPeriodQueue` anymore
109+
([#2215](https://github.com/androidx/media/issues/2215)).
106110
* Session:
107111
* Fix a bug where passing null into `getLibraryRoot` of a `MediaBrowser`
108112
connected to a legacy `MediaBrowserServiceCompat` produced a
@@ -3079,10 +3083,6 @@ This release corresponds to the
30793083
* Ad playback / IMA:
30803084
* Decrease ad polling rate from every 100ms to every 200ms, to line up
30813085
with Media Rating Council (MRC) recommendations.
3082-
* Fix bug where ad groups after the end of a VOD window stalled playback.
3083-
Ads groups with a start time after the window are not enqueued into the
3084-
`MediaPeriodQueue` anymore
3085-
([#2215](https://github.com/androidx/media/issues/2215)).
30863086
* FFmpeg extension:
30873087
* Update CMake version to `3.21.0+` to avoid a CMake bug causing
30883088
AndroidStudio's gradle sync to fail

0 commit comments

Comments
 (0)