forked from rc/aircox
		
	sound_monitor: filesystem monitoring using watchdog
This commit is contained in:
		@ -186,7 +186,7 @@ class Source:
 | 
			
		||||
        return {
 | 
			
		||||
            'begin': stream.begin.strftime('%Hh%M') if stream.begin else None,
 | 
			
		||||
            'end': stream.end.strftime('%Hh%M') if stream.end else None,
 | 
			
		||||
            'delay': to_seconds(stream.delay) if stream.delay else None
 | 
			
		||||
            'delay': to_seconds(stream.delay) if stream.delay else 0
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    def skip (self):
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user