CC-3789: Need to place rejected files into /problem_files directory
-done
This commit is contained in:
parent
f769472252
commit
4caba5bdea
4 changed files with 26 additions and 8 deletions
|
@ -235,6 +235,9 @@ class AirtimeProcessEvent(ProcessEvent):
|
|||
filename = self.mount_file_dir +"/mtab"
|
||||
if event.pathname in filename:
|
||||
self.handle_mount_change()
|
||||
|
||||
if event.path in self.config.problem_directory:
|
||||
return
|
||||
|
||||
if not event.dir:
|
||||
if self.mmc.is_audio_file(event.name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue