From d31b16c568f181827795967f44943f6a1faebac9 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 28 Nov 2022 07:31:05 -0700 Subject: [PATCH] Fix recordings set name --- frigate/comms/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/comms/dispatcher.py b/frigate/comms/dispatcher.py index 79954d5bd4..1ba897ee2e 100644 --- a/frigate/comms/dispatcher.py +++ b/frigate/comms/dispatcher.py @@ -50,7 +50,7 @@ def __init__( "motion": self._on_motion_command, "motion_contour_area": self._on_motion_contour_area_command, "motion_threshold": self._on_motion_threshold_command, - "recording": self._on_recordings_command, + "recordings": self._on_recordings_command, "snapshots": self._on_snapshots_command, }