diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-05-03 22:52:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 22:52:31 +0200 |
| commit | b9d18f0fa70a0f722331f6a9d3ce5c71750c7253 (patch) | |
| tree | 5e3669c0860ca15579301b89cd04974c5d41ff48 /MediaBrowser.Model/IO/FileSystemMetadata.cs | |
| parent | 716cbb06958da987ab917c1f6408396d4ace7a0c (diff) | |
| parent | 8bcffdc52e111e2c6b3511897557e3bf301dae71 (diff) | |
Merge branch 'master' into allocationz
Diffstat (limited to 'MediaBrowser.Model/IO/FileSystemMetadata.cs')
| -rw-r--r-- | MediaBrowser.Model/IO/FileSystemMetadata.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/IO/FileSystemMetadata.cs b/MediaBrowser.Model/IO/FileSystemMetadata.cs index 118c78e80..fb74886bf 100644 --- a/MediaBrowser.Model/IO/FileSystemMetadata.cs +++ b/MediaBrowser.Model/IO/FileSystemMetadata.cs @@ -38,12 +38,6 @@ namespace MediaBrowser.Model.IO public long Length { get; set; } /// <summary> - /// Gets or sets the name of the directory. - /// </summary> - /// <value>The name of the directory.</value> - public string DirectoryName { get; set; } - - /// <summary> /// Gets or sets the last write time UTC. /// </summary> /// <value>The last write time UTC.</value> |
