mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Format (#9889)
This commit is contained in:
		
							parent
							
								
									42bf614131
								
							
						
					
					
						commit
						6476f8ade7
					
				@ -443,10 +443,7 @@ class BirdsEyeFrameManager:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        # check if we need to reset the layout because there is a different number of cameras
 | 
					        # check if we need to reset the layout because there is a different number of cameras
 | 
				
			||||||
        if len(self.active_cameras) - len(active_cameras) == 0:
 | 
					        if len(self.active_cameras) - len(active_cameras) == 0:
 | 
				
			||||||
            if (
 | 
					            if len(self.active_cameras) == 1 and self.active_cameras != active_cameras:
 | 
				
			||||||
                len(self.active_cameras) == 1
 | 
					 | 
				
			||||||
                and self.active_cameras != active_cameras
 | 
					 | 
				
			||||||
            ):
 | 
					 | 
				
			||||||
                reset_layout = True
 | 
					                reset_layout = True
 | 
				
			||||||
            elif max_camera_refresh:
 | 
					            elif max_camera_refresh:
 | 
				
			||||||
                reset_layout = True
 | 
					                reset_layout = True
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user