From a27924451d1400e1d0e68082dec91920d5e8dca0 Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Fri, 24 Jun 2011 15:49:56 +0200 Subject: [PATCH] cc-1799 : Filesystem fix for watched folders --- python_apps/media-monitor/airtimefilemonitor/airtimenotifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/media-monitor/airtimefilemonitor/airtimenotifier.py b/python_apps/media-monitor/airtimefilemonitor/airtimenotifier.py index 091c7b3bd..e1121ef37 100644 --- a/python_apps/media-monitor/airtimefilemonitor/airtimenotifier.py +++ b/python_apps/media-monitor/airtimefilemonitor/airtimenotifier.py @@ -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})