From cb85cdd3eb34cc5c263c790473a7f83ac74863ec Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Thu, 28 May 2020 12:36:48 +0100 Subject: [PATCH] Fix typo in release notes --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0dca43f909..a82e2c19e8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -46,7 +46,7 @@ embedding the library. * OkHttp extension: Upgrade OkHttp dependency to 3.12.11. * MediaSession extension: - * One set the playback state to `BUFFERING` if `playWhenReady` is true + * Only set the playback state to `BUFFERING` if `playWhenReady` is true ([#7206](https://github.com/google/ExoPlayer/issues/7206)). * Add missing `@Nullable` annotations to `MediaSessionConnector` ([#7234](https://github.com/google/ExoPlayer/issues/7234)).