mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-16 04:14:58 +02:00
Start of new epub reader
This commit is contained in:
parent
70ba2f7850
commit
44363f05ac
16 changed files with 1761 additions and 2 deletions
|
@ -31,6 +31,10 @@ class EBookFile {
|
|||
}
|
||||
}
|
||||
|
||||
get isEpub() {
|
||||
return this.ebookFormat === 'epub'
|
||||
}
|
||||
|
||||
setData(libraryFile) {
|
||||
this.ino = libraryFile.ino
|
||||
this.metadata = libraryFile.metadata.clone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue