From 3c0323fbb0a4cfb3ec2d4eede93bbda8ac0d71f4 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Mon, 3 Sep 2018 19:02:52 -0700 Subject: [PATCH] Fix typo that caused the descriptions for onProgressUpdate not to appear --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eadc143..c1dd0f0f 100644 --- a/README.md +++ b/README.md @@ -682,8 +682,8 @@ Platforms: all #### onProgress Callback function that is called every progressInterval seconds with info about which position the media is currently playing. -Property | Description ---- | --- +Property | Type | Description +--- | --- | --- currentTime | number | Current position in seconds playableDuration | number | Position to where the media can be played to using just the buffer in seconds seekableDuration | number | Position to where the media can be seeked to in seconds. Typically, the total length of the media