aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/FileSystemMetadata.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-04-11 20:10:16 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-04-11 20:10:16 +0900
commitbd55bdb4e3ff4555a722321f92a4783f913204f3 (patch)
tree1cdfcd2c8da8bfc79922c3bacf17d87ae448b701 /MediaBrowser.Model/IO/FileSystemMetadata.cs
parentcbe1fe2c8f82af2233201203367ba8a532dbec8b (diff)
parent299541f1b26136ef89741f28c7949cda4e5e485f (diff)
merge branch master into plugin
Diffstat (limited to 'MediaBrowser.Model/IO/FileSystemMetadata.cs')
-rw-r--r--MediaBrowser.Model/IO/FileSystemMetadata.cs3
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>