Start of new epub reader

This commit is contained in:
advplyr
2023-01-01 18:09:00 -06:00
parent 70ba2f7850
commit 44363f05ac
16 changed files with 1761 additions and 2 deletions

View File

@ -31,6 +31,10 @@ class EBookFile {
}
}
get isEpub() {
return this.ebookFormat === 'epub'
}
setData(libraryFile) {
this.ino = libraryFile.ino
this.metadata = libraryFile.metadata.clone()