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