mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Release notes language tweaks
PiperOrigin-RevId: 254156143
This commit is contained in:
parent
6799097930
commit
fbf58425b2
1 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@
|
||||||
* Add `SilenceMediaSource` that can be used to play silence of a given
|
* Add `SilenceMediaSource` that can be used to play silence of a given
|
||||||
duration ([#5735](https://github.com/google/ExoPlayer/issues/5735)).
|
duration ([#5735](https://github.com/google/ExoPlayer/issues/5735)).
|
||||||
* Offline:
|
* Offline:
|
||||||
* Prevent unexpected `DownloadHelper.Callback.onPrepared` callbacks after the
|
* Prevent unexpected `DownloadHelper.Callback.onPrepared` callbacks after
|
||||||
preparation of the `DownloadHelper` failed
|
preparation of a `DownloadHelper` fails
|
||||||
([#5915](https://github.com/google/ExoPlayer/issues/5915)).
|
([#5915](https://github.com/google/ExoPlayer/issues/5915)).
|
||||||
* Fix CacheUtil.cache() use too much data
|
* Fix `CacheUtil.cache()` downloading too much data
|
||||||
([#5927](https://github.com/google/ExoPlayer/issues/5927)).
|
([#5927](https://github.com/google/ExoPlayer/issues/5927)).
|
||||||
* Fix misreporting cached bytes when caching is paused
|
* Fix misreporting cached bytes when caching is paused
|
||||||
([#5573](https://github.com/google/ExoPlayer/issues/5573)).
|
([#5573](https://github.com/google/ExoPlayer/issues/5573)).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue