mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	invert active_count logic
This commit is contained in:
		
							parent
							
								
									4a16171f96
								
							
						
					
					
						commit
						329e5f8f91
					
				@ -230,7 +230,7 @@ class RecordingMaintainer(threading.Thread):
 | 
				
			|||||||
                [
 | 
					                [
 | 
				
			||||||
                    o
 | 
					                    o
 | 
				
			||||||
                    for o in frame[1]
 | 
					                    for o in frame[1]
 | 
				
			||||||
                    if not o["false_positive"] and o["motionless_count"] > 0
 | 
					                    if not o["false_positive"] and o["motionless_count"] == 0
 | 
				
			||||||
                ]
 | 
					                ]
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user