Add:PDF EReader #420

This commit is contained in:
advplyr
2022-12-06 17:07:27 -06:00
parent 592ea7c533
commit 75666e523f
5 changed files with 320 additions and 4 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ export default {
return !this.isMissing && !this.isIncomplete && (this.numTracks || this.episodes.length)
},
showRead() {
return this.ebookFile && this.ebookFormat !== 'pdf'
return this.ebookFile
},
showDownload() {
if (this.isPodcast) return false