reduce scans when changing library

This commit is contained in:
Luke Pulverenti
2013-08-13 10:41:45 -04:00
parent e3fd8525d6
commit 242f0f21dc
2 changed files with 93 additions and 43 deletions

View File

@@ -576,6 +576,7 @@ namespace MediaBrowser.Server.Implementations.IO
}
}
_fileSystemWatchers.Clear();
_affectedPaths.Clear();
}