forked from Github/frigate
fix crash for when group includes birdseye (#11175)
This commit is contained in:
@@ -109,6 +109,9 @@ export default function MobileReviewSettingsDrawer({
|
||||
const cameras = filter?.cameras || Object.keys(config.cameras);
|
||||
|
||||
cameras.forEach((camera) => {
|
||||
if (camera == "birdseye") {
|
||||
return;
|
||||
}
|
||||
const cameraConfig = config.cameras[camera];
|
||||
cameraConfig.objects.track.forEach((label) => {
|
||||
labels.add(label);
|
||||
|
||||
Reference in New Issue
Block a user