mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-19 19:47:49 +01:00
comment
This commit is contained in:
parent
943d5aa04c
commit
3c29feca5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue