tweak wording

This commit is contained in:
Josh Hawkins 2026-03-25 10:08:20 -05:00
parent f8b18dbd61
commit c0f9b47e5c
2 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ class FrigateConfig(FrigateBaseModel):
live: CameraLiveConfig = Field( live: CameraLiveConfig = Field(
default_factory=CameraLiveConfig, default_factory=CameraLiveConfig,
title="Live playback", title="Live playback",
description="Settings used by the Web UI to control live stream resolution and quality.", description="Settings to control the jsmpeg live stream resolution and quality. This does not affect restreamed cameras that use go2rtc for live view.",
) )
motion: Optional[MotionConfig] = Field( motion: Optional[MotionConfig] = Field(
default=None, default=None,

View File

@ -752,7 +752,7 @@
}, },
"live": { "live": {
"label": "Live playback", "label": "Live playback",
"description": "Settings used by the Web UI to control live stream resolution and quality.", "description": "Settings to control the jsmpeg live stream resolution and quality. This does not affect restreamed cameras that use go2rtc for live view.",
"streams": { "streams": {
"label": "Live stream names", "label": "Live stream names",
"description": "Mapping of configured stream names to restream/go2rtc names used for live playback." "description": "Mapping of configured stream names to restream/go2rtc names used for live playback."