aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-26 23:46:21 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-26 23:46:21 -0400
commit3c29feca5fe12a9968fc0d58697faaab2dab7308 (patch)
tree79c1f2578cceac450e234614d609f6680f33923c
parent943d5aa04ca6079accd383745e6b46cee8b9e19c (diff)
comment
-rw-r--r--MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
index 0de6ff306..0690d62dd 100644
--- a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
+++ b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
@@ -488,7 +488,7 @@ namespace MediaBrowser.Server.Implementations.IO
return;
}
- // Siblings
+ // They are siblings. Rebase the refresher to the parent folder.
if (string.Equals(parentPath, Path.GetDirectoryName(refresher.Path), StringComparison.Ordinal))
{
refresher.ResetPath(parentPath, path);