Save reading progress in book config

This commit is contained in:
chrox
2024-10-14 15:58:37 +02:00
parent 3e78f867e5
commit a493fee4ed
12 changed files with 272 additions and 164 deletions
-4
View File
@@ -26,8 +26,4 @@ export const getBaseFilename = (filename: string) => {
};
export const INIT_BOOK_CONFIG: BookConfig = {
lastUpdated: 0,
remoteProgress: 0,
localProgress: 0,
bookmarks: [],
annotations: [],
};