mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
add license_plate to review filter
This commit is contained in:
parent
ce54175430
commit
e58ccaed87
@ -93,6 +93,10 @@ export default function ReviewFilterGroup({
|
|||||||
labels.add(label);
|
labels.add(label);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (cameraConfig.type == "lpr") {
|
||||||
|
labels.add("license_plate");
|
||||||
|
}
|
||||||
|
|
||||||
if (cameraConfig.audio.enabled_in_config) {
|
if (cameraConfig.audio.enabled_in_config) {
|
||||||
cameraConfig.audio.listen.forEach((label) => {
|
cameraConfig.audio.listen.forEach((label) => {
|
||||||
labels.add(label);
|
labels.add(label);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user