parent
4c3af0b44d
commit
a27924451d
|
@ -135,5 +135,5 @@ class AirtimeNotifier(Notifier):
|
||||||
full_filepath = path+"/"+filename
|
full_filepath = path+"/"+filename
|
||||||
|
|
||||||
if mm.is_audio_file(full_filepath):
|
if mm.is_audio_file(full_filepath):
|
||||||
self.update_airtime({'filepath': full_filepath, 'mode': self.config.MODE_CREATE})
|
self.update_airtime({'filepath': full_filepath, 'mode': self.config.MODE_CREATE, 'is_recorded_show': False})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue