Added tracer for media scanning

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2017-06-04 16:06:53 -06:00
parent 56f5625e79
commit adb77df481
@@ -220,6 +220,8 @@ public class MediaScannerService {
LOG.info("Scanned media library with " + scanCount + " entries.");
}
LOG.trace("Scanning file {}", file.getPath());
searchService.index(file);
// Update the root folder if it has changed.