aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/FileRefresher.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-03-08 14:18:25 -0500
committerGitHub <noreply@github.com>2017-03-08 14:18:25 -0500
commit6d5fd5201eb2f80d9e6b1f1feeebf56a1cdc0e87 (patch)
tree182321a18ae0712eb5130ca36adf2a0064685626 /Emby.Server.Implementations/IO/FileRefresher.cs
parent314b84ae9ef5a692144b0a3a178ddcbd393c9fb9 (diff)
parent8f22159186ba6bfe811a178cbcdfd0c7108362ba (diff)
Merge pull request #2518 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/IO/FileRefresher.cs')
-rw-r--r--Emby.Server.Implementations/IO/FileRefresher.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/IO/FileRefresher.cs b/Emby.Server.Implementations/IO/FileRefresher.cs
index d7f2ffa43..c64672685 100644
--- a/Emby.Server.Implementations/IO/FileRefresher.cs
+++ b/Emby.Server.Implementations/IO/FileRefresher.cs
@@ -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))