fix(android): ensure rate is never set to 0 (#3593)

* fix(android): ensure rate is never set to 0

---------

Co-authored-by: Olivier Bouillet <olivier@OrdinateOlivier.lan>
This commit is contained in:
Olivier Bouillet
2024-03-21 15:40:25 +01:00
committed by GitHub
parent 408cfb2c1c
commit 3d7444ab25
3 changed files with 10 additions and 3 deletions

View File

@@ -434,8 +434,8 @@ Default: 250.0
Speed at which the media should play.
- **0.0** - Pauses the video
- **1.0** - Play at normal speed
- **0.0** - Pauses the video (iOS only)
- **1.0** - Play at normal speed (default)
- **Other values** - Slow down or speed up playback
### `repeat`