Update filemonitor.py

This commit is contained in:
David Maisonave
2024-08-11 11:48:39 -04:00
parent 18c4e03266
commit 455d4d4a74

View File

@@ -254,6 +254,7 @@ def start_library_monitor():
observer.schedule(event_handler, path, recursive=RECURSIVE)
plugin.Trace(f"Observing {path}")
observer.schedule(event_handler, SPECIAL_FILE_DIR, recursive=RECURSIVE)
plugin.Trace(f"Observing FileMonitor path {SPECIAL_FILE_DIR}")
observer.start()
JobIsRunning = False
PutPluginBackOnTaskQueAndExit = False