mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Fix recordings set name
This commit is contained in:
parent
91982c4f7e
commit
d31b16c568
@ -50,7 +50,7 @@ class Dispatcher:
|
|||||||
"motion": self._on_motion_command,
|
"motion": self._on_motion_command,
|
||||||
"motion_contour_area": self._on_motion_contour_area_command,
|
"motion_contour_area": self._on_motion_contour_area_command,
|
||||||
"motion_threshold": self._on_motion_threshold_command,
|
"motion_threshold": self._on_motion_threshold_command,
|
||||||
"recording": self._on_recordings_command,
|
"recordings": self._on_recordings_command,
|
||||||
"snapshots": self._on_snapshots_command,
|
"snapshots": self._on_snapshots_command,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user