aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/ManagedFileSystem.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-05-01 17:43:12 +0200
committerGitHub <noreply@github.com>2021-05-01 17:43:12 +0200
commit9a8c08b3e789e350dd542c71bb03030dcb0a953d (patch)
tree975521b47a23c5ee21e63e247f5120fea5ab6ab2 /Emby.Server.Implementations/IO/ManagedFileSystem.cs
parent214ab0b45fe6dff78af3e4e92d7b5a5a53464dec (diff)
parentc608d5104df7b7281e35595552734d77e42b5036 (diff)
Merge pull request #5945 from Bond-009/fix
Fix scanning
Diffstat (limited to 'Emby.Server.Implementations/IO/ManagedFileSystem.cs')
-rw-r--r--Emby.Server.Implementations/IO/ManagedFileSystem.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/IO/ManagedFileSystem.cs b/Emby.Server.Implementations/IO/ManagedFileSystem.cs
index df973f971..27096ed33 100644
--- a/Emby.Server.Implementations/IO/ManagedFileSystem.cs
+++ b/Emby.Server.Implementations/IO/ManagedFileSystem.cs
@@ -260,8 +260,6 @@ namespace Emby.Server.Implementations.IO
result.Exists = false;
}
}
-
- result.DirectoryName = fileInfo.DirectoryName;
}
result.CreationTimeUtc = GetCreationTimeUtc(info);