mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 05:14:09 +02:00
Fix mobile ereader for new data model
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user