CC-2927: Media Monitor: if new dir is generated in the process of

importing a file, airtime doesn't import the file.

- fixed
This commit is contained in:
James 2011-10-04 17:20:22 -04:00
parent 109bd5d044
commit 973e934151
3 changed files with 7 additions and 13 deletions

View file

@ -58,7 +58,7 @@ try:
wm = WatchManager()
mmc = MediaMonitorCommon(config)
mmc = MediaMonitorCommon(config, wm=wm)
pe = AirtimeProcessEvent(queue=multi_queue, airtime_config=config, wm=wm, mmc=mmc, api_client=api_client)
bootstrap = AirtimeMediaMonitorBootstrap(logger, pe, api_client, mmc)