mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
Correct camera snapshot config wording
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
7d173b93a1
commit
3a7766ddbd
@ -60,7 +60,7 @@ class SnapshotsConfig(FrigateBaseModel):
|
|||||||
retain: RetainConfig = Field(
|
retain: RetainConfig = Field(
|
||||||
default_factory=RetainConfig,
|
default_factory=RetainConfig,
|
||||||
title="Snapshot retention",
|
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(
|
quality: int = Field(
|
||||||
default=60,
|
default=60,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user