CC-3749: Media Monitor should not load files pypo cannot read
-fixed
This commit is contained in:
parent
d6a12053eb
commit
e13d06df45
2 changed files with 3 additions and 13 deletions
|
@ -194,10 +194,6 @@ class AirtimeNotifier(Notifier):
|
|||
|
||||
self.mmc.is_readable(directory, True)
|
||||
for (path, dirs, files) in os.walk(directory):
|
||||
|
||||
for d in dirs:
|
||||
self.mmc.is_readable(os.path.join(path, d), True)
|
||||
|
||||
for filename in files:
|
||||
full_filepath = os.path.join(path, filename)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue