Luke Pulverenti 9 年之前
父节点
当前提交
3c29feca5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs

+ 1 - 1
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);