Skip to content

Commit

Permalink
Fix birdseye camera comparison (#9887)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Feb 16, 2024
1 parent 616eb5f commit 42bf614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def update_frame(self):
if len(self.active_cameras) - len(active_cameras) == 0:
if (
len(self.active_cameras) == 1
and self.active_cameras[0] == active_cameras[0]
and self.active_cameras != active_cameras
):
reset_layout = True
elif max_camera_refresh:
Expand Down

0 comments on commit 42bf614

Please sign in to comment.