Revert "Fix eTags DateLastSaved"

pull/2935/head
Anthony Lavado 5 years ago committed by GitHub
parent 2d369ca614
commit 5c4326daf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -549,7 +549,8 @@ namespace MediaBrowser.Controller.Entities
/// <value>The date modified.</value>
[JsonIgnore]
public DateTime DateModified { get; set; }
[JsonIgnore]
public DateTime DateLastSaved { get; set; }
[JsonIgnore]

Loading…
Cancel
Save