Save reading progress in book config
This commit is contained in:
@@ -26,8 +26,4 @@ export const getBaseFilename = (filename: string) => {
|
||||
};
|
||||
export const INIT_BOOK_CONFIG: BookConfig = {
|
||||
lastUpdated: 0,
|
||||
remoteProgress: 0,
|
||||
localProgress: 0,
|
||||
bookmarks: [],
|
||||
annotations: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user