Fix release notes duplication introduced by 22ab14844b

PiperOrigin-RevId: 385582191
This commit is contained in:
ibaker 2021-07-19 18:12:09 +01:00 committed by Ian Baker
parent 22ab14844b
commit 42da46ceb3

View file

@ -98,8 +98,6 @@
using a `ForwardingPlayer` that overrides `getSeekBackIncrement`,
`seekBack`, `getSeekForwardIncrement` and `seekForward`. The rewind and
fast forward buttons can be disabled by using a `ForwardingPlayer` that
`seekBack`, `getSeekForwardIncrement` and `seekForward`. The
corresponding buttons can be disabled by using a `ForwardingPlayer` that
removes `COMMAND_SEEK_BACK` and `COMMAND_SEEK_FORWARD` from the
available commands.
* Update `DefaultControlDispatcher` `getRewindIncrementMs` and