From 3cb6d43fac99518a0e6a9badd9aeab80f0ee802e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 28 Nov 2022 17:58:41 -0700 Subject: [PATCH] Fix recordings set name (#4543) --- 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 79954d5bd..1ba897ee2 100644 --- a/frigate/comms/dispatcher.py +++ b/frigate/comms/dispatcher.py @@ -50,7 +50,7 @@ class Dispatcher: "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, }