mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Fix typo in release notes
#cherrypick PiperOrigin-RevId: 686477355
This commit is contained in:
parent
e3f813cf0b
commit
6afebf4c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue