cc-1799 : Filesystem
fix for watched folders
This commit is contained in:
parent
4c3af0b44d
commit
a27924451d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue