Merge branch '1.9.1' into devel
Conflicts: airtime_mvc/application/controllers/LibraryController.php python_apps/media-monitor/airtimefilemonitor/airtimeprocessevent.py
This commit is contained in:
commit
cb3060623c
3 changed files with 3 additions and 4 deletions
|
@ -38,7 +38,6 @@ class AirtimeProcessEvent(ProcessEvent):
|
|||
self.api_client = api_client
|
||||
self.create_dict = {}
|
||||
|
||||
|
||||
def add_filepath_to_ignore(self, filepath):
|
||||
self.ignore_event.add(filepath)
|
||||
|
||||
|
@ -110,7 +109,6 @@ class AirtimeProcessEvent(ProcessEvent):
|
|||
# detele corresponding entry from create_dict
|
||||
self.create_dict.pop(event.pathname)
|
||||
self.handle_created_file(event.dir, event.pathname, event.name)
|
||||
|
||||
|
||||
def handle_created_file(self, dir, pathname, name):
|
||||
if not dir:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue