populate last played value
This commit is contained in:
parent
cce219cc99
commit
679143cffb
|
@ -670,7 +670,8 @@ namespace MediaBrowser.Controller.Library
|
|||
PlaybackPositionTicks = data.PlaybackPositionTicks,
|
||||
PlayCount = data.PlayCount,
|
||||
Rating = data.Rating,
|
||||
Played = data.Played
|
||||
Played = data.Played,
|
||||
LastPlayedDate = data.LastPlayedDate
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user