Skip to content

Commit f2e3a02

Browse files
authored
Fix birdseye camera comparison
1 parent 616eb5f commit f2e3a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frigate/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def update_frame(self):
445445
if len(self.active_cameras) - len(active_cameras) == 0:
446446
if (
447447
len(self.active_cameras) == 1
448-
and self.active_cameras[0] == active_cameras[0]
448+
and self.active_cameras != active_cameras
449449
):
450450
reset_layout = True
451451
elif max_camera_refresh:

0 commit comments

Comments
 (0)