mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 01:15:06 +02:00
Fix:Set ebookFormat on scans #2126
This commit is contained in:
parent
604f52762b
commit
9967a5dc66
4 changed files with 6 additions and 4 deletions
|
@ -16,7 +16,7 @@ class EBookFile {
|
|||
construct(file) {
|
||||
this.ino = file.ino
|
||||
this.metadata = new FileMetadata(file.metadata)
|
||||
this.ebookFormat = file.ebookFormat
|
||||
this.ebookFormat = file.ebookFormat || this.metadata.format
|
||||
this.addedAt = file.addedAt
|
||||
this.updatedAt = file.updatedAt
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue