mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-30 14:30:07 +02:00
Start of new epub reader
This commit is contained in:
@ -31,6 +31,10 @@ class EBookFile {
|
||||
}
|
||||
}
|
||||
|
||||
get isEpub() {
|
||||
return this.ebookFormat === 'epub'
|
||||
}
|
||||
|
||||
setData(libraryFile) {
|
||||
this.ino = libraryFile.ino
|
||||
this.metadata = libraryFile.metadata.clone()
|
||||
|
Reference in New Issue
Block a user