diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 0fcc2d614..7de68e567 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -174,7 +174,6 @@ detect: # NOTE: Recommended value of 5. Ideally, try and reduce your FPS on the camera. fps: 5 # Optional: enables detection for the camera (default: True) - # This value can be set via MQTT and will be updated in startup based on retained value enabled: True # Optional: Number of frames without a detection before Frigate considers an object to be gone. (default: 5x the frame rate) max_disappeared: 25 @@ -322,7 +321,6 @@ record: # NOTE: Can be overridden at the camera level snapshots: # Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below) - # This value can be set via MQTT and will be updated in startup based on retained value enabled: False # Optional: save a clean PNG copy of the snapshot image (default: shown below) clean_copy: True diff --git a/web/src/routes/Recording.jsx b/web/src/routes/Recording.jsx index d36049342..9a40b674c 100644 --- a/web/src/routes/Recording.jsx +++ b/web/src/routes/Recording.jsx @@ -133,7 +133,7 @@ export default function Recording({ camera, date, hour = '00', minute = '00', se return (
{camera.replaceAll('_', ' ')} Recordings -
Dates and times are based on the browser's timezone {timezone}
+
Dates and times are based on the timezone {timezone}