cc-1799 : Filesystem

fix for watched folders
This commit is contained in:
Naomi Aro 2011-06-24 15:49:56 +02:00
parent 4c3af0b44d
commit a27924451d
1 changed files with 1 additions and 1 deletions

View File

@ -135,5 +135,5 @@ class AirtimeNotifier(Notifier):
full_filepath = path+"/"+filename
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})