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, }