Added a UTC timestamp for reading history events (#3640)
This commit is contained in:
parent
75419fb62b
commit
4cb16be6a5
4 changed files with 8 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ public class StatisticService : IStatisticService
|
|||
SeriesId = u.SeriesId,
|
||||
LibraryId = u.LibraryId,
|
||||
ReadDate = u.LastModified,
|
||||
ReadDateUtc = u.LastModifiedUtc,
|
||||
ChapterId = u.ChapterId,
|
||||
ChapterNumber = _context.Chapter.Single(c => c.Id == u.ChapterId).MinNumber
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue