pull/702/head
Luke Pulverenti 8 years ago
parent 943d5aa04c
commit 3c29feca5f

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

Loading…
Cancel
Save