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:
parent
b682c2cd10
commit
d56a3ee9d6
3 changed files with 7 additions and 13 deletions
|
@ -59,7 +59,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue