Added a UTC timestamp for reading history events (#3640)

This commit is contained in:
0xGingi 2025-03-15 14:08:51 -04:00 committed by GitHub
parent 75419fb62b
commit 4cb16be6a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,7 @@ export interface ReadHistoryEvent {
seriesId: number;
libraryId: number;
readDate: string;
readDateUtc: string;
chapterId: number;
chapterNumber: number;
}