Fix typo in release notes

This commit is contained in:
Oliver Woodman 2020-05-28 12:36:48 +01:00 committed by Andrew Lewis
parent 4e6fe31ee1
commit cb85cdd3eb

View file

@ -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)).