diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-03-12 15:56:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-12 15:56:01 +0300 |
| commit | ad440cd2f6dadb43e56732b4be59513861f19f25 (patch) | |
| tree | 3db79ae827c0b9fc5029870a9cbb83df100e3621 /MediaBrowser.Model/IO/FileSystemMetadata.cs | |
| parent | 8d0d05107fd8e0d8d8b634c125b4576459f3476b (diff) | |
| parent | 94fe9b8f6d8e5328593c40fb28be615359c2c2e8 (diff) | |
Merge pull request #2449 from Bond-009/warn17
Fix some warnings
Diffstat (limited to 'MediaBrowser.Model/IO/FileSystemMetadata.cs')
| -rw-r--r-- | MediaBrowser.Model/IO/FileSystemMetadata.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Model/IO/FileSystemMetadata.cs b/MediaBrowser.Model/IO/FileSystemMetadata.cs index 8010e2dcd..4b9102392 100644 --- a/MediaBrowser.Model/IO/FileSystemMetadata.cs +++ b/MediaBrowser.Model/IO/FileSystemMetadata.cs @@ -1,5 +1,4 @@ #pragma warning disable CS1591 -#pragma warning disable SA1600 using System; @@ -54,7 +53,7 @@ namespace MediaBrowser.Model.IO /// </summary> /// <value>The creation time UTC.</value> public DateTime CreationTimeUtc { get; set; } - + /// <summary> /// Gets a value indicating whether this instance is directory. /// </summary> |
