Luke Pulverenti 9 tahun lalu
induk
melakukan
3c29feca5f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
                         return;
                     }
                     }
 
 
-                    // Siblings
+                    // They are siblings. Rebase the refresher to the parent folder.
                     if (string.Equals(parentPath, Path.GetDirectoryName(refresher.Path), StringComparison.Ordinal))
                     if (string.Equals(parentPath, Path.GetDirectoryName(refresher.Path), StringComparison.Ordinal))
                     {
                     {
                         refresher.ResetPath(parentPath, path);
                         refresher.ResetPath(parentPath, path);