diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-26 23:46:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-26 23:46:21 -0400 |
| commit | 3c29feca5fe12a9968fc0d58697faaab2dab7308 (patch) | |
| tree | 79c1f2578cceac450e234614d609f6680f33923c | |
| parent | 943d5aa04ca6079accd383745e6b46cee8b9e19c (diff) | |
comment
| -rw-r--r-- | MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | 2 |
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); |
