diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-05-01 17:43:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 17:43:12 +0200 |
| commit | 9a8c08b3e789e350dd542c71bb03030dcb0a953d (patch) | |
| tree | 975521b47a23c5ee21e63e247f5120fea5ab6ab2 /Emby.Server.Implementations/IO/ManagedFileSystem.cs | |
| parent | 214ab0b45fe6dff78af3e4e92d7b5a5a53464dec (diff) | |
| parent | c608d5104df7b7281e35595552734d77e42b5036 (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.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); |
