cc-2882: Airtime cannot delete watched folder when is been renamed
- initial commit
This commit is contained in:
parent
e1fe877ac6
commit
b1fa8901ca
7 changed files with 104 additions and 6 deletions
|
@ -171,6 +171,9 @@ class AirtimeNotifier(Notifier):
|
|||
|
||||
elif (mode == self.config.MODE_DELETE):
|
||||
self.api_client.update_media_metadata(md, mode)
|
||||
|
||||
elif (mode == self.config.MODE_DELETE_DIR):
|
||||
self.api_client.update_media_metadata(md, mode)
|
||||
|
||||
except Exception, e:
|
||||
self.logger.error("failed updating filepath: %s ", event['filepath'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue