Fix typo in release notes

#cherrypick

PiperOrigin-RevId: 686477355
This commit is contained in:
ibaker 2024-10-16 05:55:59 -07:00 committed by Copybara-Service
parent e3f813cf0b
commit 6afebf4c7d

View file

@ -37,7 +37,7 @@
* Add playlist preloading for the next item in the playlist. Apps can * Add playlist preloading for the next item in the playlist. Apps can
enable preloading by calling enable preloading by calling
`ExoPlayer.setPreloadConfiguration(PreloadConfiguration)` accordingly. `ExoPlayer.setPreloadConfiguration(PreloadConfiguration)` accordingly.
By default preloading is disabled. When opted-in and to not interfer By default preloading is disabled. When opted-in and to not interfere
with playback, `DefaultLoadControl` restricts preloading to start and with playback, `DefaultLoadControl` restricts preloading to start and
continue only when the player is not loading for playback. Apps can continue only when the player is not loading for playback. Apps can
change this behaviour by implementing change this behaviour by implementing