From d10f7c5b85b1e6e81bab7e55dcc3f8e466e1f368 Mon Sep 17 00:00:00 2001 From: mike castleman Date: Mon, 6 Dec 2021 12:44:47 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab9715d4..6b41ca8e 100644 --- a/README.md +++ b/README.md @@ -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 --- | --- | ---