clarify onProgress documentation

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.
This commit is contained in:
mike castleman
2021-12-06 12:44:47 -05:00
committed by GitHub
parent 81ae785090
commit d10f7c5b85

View File

@@ -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
--- | --- | ---