update library monitor logging

This commit is contained in:
Luke Pulverenti
2017-03-08 14:05:33 -05:00
parent 9383378e81
commit 0747752ef6
3 changed files with 7 additions and 6 deletions

View File

@@ -160,10 +160,10 @@ namespace Emby.Server.Implementations.IO
.DistinctBy(i => i.Id)
.ToList();
foreach (var p in paths)
{
Logger.Info(p + " reports change.");
}
//foreach (var p in paths)
//{
// Logger.Info(p + " reports change.");
//}
// If the root folder changed, run the library task so the user can see it
if (itemsToRefresh.Any(i => i is AggregateFolder))