aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@me.com>2020-04-20 02:35:47 -0400
committerAnthony Lavado <anthonylavado@me.com>2020-04-20 02:35:47 -0400
commited1dc5c9222fdd1211caca2463f8bf5d6c4bb27d (patch)
tree32c808188b296cc751cc9ab8cc7ae13d551a11f1
parent3142c9b9901cc653eb758ba7d47edbbe2190f83d (diff)
Remove JsonIgnore from the DateLastSaved property of BaseItem
-rw-r--r--MediaBrowser.Controller/Entities/BaseItem.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs
index b9e1fe79d..7ed8fa767 100644
--- a/MediaBrowser.Controller/Entities/BaseItem.cs
+++ b/MediaBrowser.Controller/Entities/BaseItem.cs
@@ -549,7 +549,6 @@ namespace MediaBrowser.Controller.Entities
[JsonIgnore]
public DateTime DateModified { get; set; }
- [JsonIgnore]
public DateTime DateLastSaved { get; set; }
[JsonIgnore]