This commit is contained in:
Luke Pulverenti 2016-05-26 23:46:21 -04:00
parent 943d5aa04c
commit 3c29feca5f

View File

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