From 6afebf4c7d09940c971f1913eb3ab60ebd5735e6 Mon Sep 17 00:00:00 2001 From: ibaker Date: Wed, 16 Oct 2024 05:55:59 -0700 Subject: [PATCH] Fix typo in release notes #cherrypick PiperOrigin-RevId: 686477355 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e9fe4b3056..3406d6537e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -37,7 +37,7 @@ * Add playlist preloading for the next item in the playlist. Apps can enable preloading by calling `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 continue only when the player is not loading for playback. Apps can change this behaviour by implementing