From 3a7766ddbd2d0c0b58b1e23a9cef1d6eba6cb9ca Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Sun, 22 Mar 2026 16:57:18 +0000 Subject: [PATCH] Correct camera snapshot config wording Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> --- frigate/config/camera/snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/config/camera/snapshots.py b/frigate/config/camera/snapshots.py index 96c11b6da..63bcba226 100644 --- a/frigate/config/camera/snapshots.py +++ b/frigate/config/camera/snapshots.py @@ -60,7 +60,7 @@ class SnapshotsConfig(FrigateBaseModel): retain: RetainConfig = Field( default_factory=RetainConfig, title="Snapshot retention", - description="Retention settings for saved snapshots including default days and per-object overrides.", + description="Retention settings for snapshots including default days and per-object overrides.", ) quality: int = Field( default=60,