mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #2936 from anthonylavado/fix-etags-right
Remove JsonIgnore from the DateLastSaved property of BaseItem (cherry picked from commit 2f6dd258e651dae7b2efaf46721461db3a6d0ff0) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
77f72dc607
commit
3af63bf439
@ -550,7 +550,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
[JsonIgnore]
|
||||
public DateTime DateModified { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public DateTime DateLastSaved { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
|
Loading…
x
Reference in New Issue
Block a user