From 4ea2a6107f973df02efd6711c13f24233e9908bf Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Sat, 28 Feb 2026 00:56:11 -0600 Subject: [PATCH] Re-word DrmVideoDurationMatchThreshold config description --- docs/config/all-configuration-options.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/config/all-configuration-options.md b/docs/config/all-configuration-options.md index 21c93fe..800712d 100644 --- a/docs/config/all-configuration-options.md +++ b/docs/config/all-configuration-options.md @@ -305,7 +305,6 @@ Default: `0.98` Allowed values: `0.01` to `1.0` Description: Minimum required ratio between downloaded DRM video length and expected length. -Expected length is read from the MPD first, with media duration metadata used as a fallback. For example, `0.98` requires the downloaded file to be at least 98% of the expected duration. If the download is below this threshold, the program retries the download up to 3 times.