Merge pull request #2928 from anthonylavado/fix-etags

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

@ -550,7 +550,6 @@ namespace MediaBrowser.Controller.Entities
[JsonIgnore]
public DateTime DateModified { get; set; }
[JsonIgnore]
public DateTime DateLastSaved { get; set; }
[JsonIgnore]

Loading…
Cancel
Save