Merge pull request #2936 from anthonylavado/fix-etags-right

Remove JsonIgnore from the DateLastSaved property of BaseItem
pull/2940/head
dkanada 5 years ago committed by GitHub
commit 2f6dd258e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save