diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-01 15:56:16 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-01 15:56:16 +0200 |
| commit | c608d5104df7b7281e35595552734d77e42b5036 (patch) | |
| tree | a313e302b8897bdf974bedf9e5c689c0457e4003 /Emby.Server.Implementations/IO/ManagedFileSystem.cs | |
| parent | 360d80c873c04a9f61ded160615f161bfcdb4f74 (diff) | |
Fix scanning
Diffstat (limited to 'Emby.Server.Implementations/IO/ManagedFileSystem.cs')
| -rw-r--r-- | Emby.Server.Implementations/IO/ManagedFileSystem.cs | 2 |
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); |
