mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Fix mobile ereader for new data model
This commit is contained in:
parent
066050700c
commit
6cea0ba03d
5 changed files with 60 additions and 45 deletions
|
@ -215,7 +215,7 @@ export default {
|
|||
return !this.isMissing && !this.isIncomplete && this.numTracks
|
||||
},
|
||||
showRead() {
|
||||
return this.ebookFile && this.ebookFormat !== '.pdf'
|
||||
return this.ebookFile && this.ebookFormat !== 'pdf'
|
||||
},
|
||||
ebookFile() {
|
||||
return this.media.ebookFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue