From a3de3670a20bc9c93195bcf3d8b7625d30b909f7 Mon Sep 17 00:00:00 2001 From: dsilhavy Date: Mon, 18 Jul 2022 07:44:19 +0200 Subject: [PATCH] Fix wrong description in JSDoc --- src/core/Settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Settings.js b/src/core/Settings.js index 872022ae7d..499998c47a 100644 --- a/src/core/Settings.js +++ b/src/core/Settings.js @@ -459,7 +459,7 @@ import Events from './events/Events'; * * Valid values for catch up rate are in range 0-0.5 (0-50%). * - * Set it to 0 to turn off live catch up feature. + * Set it to NaN to turn off live catch up feature. * * Note: Catch-up mechanism is only applied when playing low latency live streams. * @property {number} [latencyThreshold=60]