From 1c759813badfe38f64a9fc5e6dc52143fb4e484d Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:54:42 -0600 Subject: [PATCH] clean up --- frigate/api/media.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/api/media.py b/frigate/api/media.py index 747f79288..a86230b53 100644 --- a/frigate/api/media.py +++ b/frigate/api/media.py @@ -901,8 +901,6 @@ async def vod_ts( if recording.end_time > end_ts: duration -= int((recording.end_time - end_ts) * 1000) - # if segment is too short and was trimmed by clipFrom, pull clipFrom back - # to ensure a minimum playable segment length for HLS compatibility # if segment is too short for reliable HLS playback and was trimmed # by clipFrom, pull clipFrom back to ensure a minimum playable length if duration < min_hls_segment_ms and "clipFrom" in clip: