CC-3749: Media Monitor should not load files pypo cannot read
-fixed
This commit is contained in:
parent
7e9d1a3308
commit
d98d23d483
2 changed files with 3 additions and 4 deletions
|
@ -150,7 +150,6 @@ class AirtimeNotifier(Notifier):
|
|||
file_md = None
|
||||
data = None
|
||||
|
||||
|
||||
if (os.path.exists(filepath) and (mode == self.config.MODE_CREATE)):
|
||||
if file_md is None:
|
||||
mutagen = self.md_manager.get_md_from_file(filepath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue