mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user