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
|
@ -13,6 +13,7 @@ public class ReadHistoryEvent
|
|||
public int SeriesId { get; set; }
|
||||
public required string SeriesName { get; set; } = default!;
|
||||
public DateTime ReadDate { get; set; }
|
||||
public DateTime ReadDateUtc { get; set; }
|
||||
public int ChapterId { get; set; }
|
||||
public required float ChapterNumber { get; set; } = default!;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue