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

Remove JsonIgnore from the DateLastSaved property of BaseItem
This commit is contained in:
dkanada 2020-04-20 20:44:17 +09:00 committed by GitHub
commit 2f6dd258e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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