Skip to content

Commit

Permalink
clarify onProgress documentation
Browse files Browse the repository at this point in the history
The docs for `progressUpdateInterval` say that the value is in milliseconds, but the docs for `onProgress` said that the value was in seconds. This fixes the latter documentation to be consistent with the former.
  • Loading branch information
mlc authored Dec 6, 2021
1 parent 81ae785 commit d10f7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ Platforms: all


#### onProgress
Callback function that is called every progressUpdateInterval seconds with info about which position the media is currently playing.
Callback function that is called every progressUpdateInterval milliseconds with info about which position the media is currently playing.

Property | Type | Description
--- | --- | ---
Expand Down

0 comments on commit d10f7c5

Please sign in to comment.