Fix:Android auto filter out ebook only from downloaded tab

This commit is contained in:
advplyr 2023-06-19 14:03:29 -05:00
parent ff4f8324e7
commit 0d1312e497
8 changed files with 2255 additions and 7300 deletions

View file

@ -70,7 +70,7 @@ export default {
return this.libraryItem.isLocal
},
localCover() {
return this.libraryItem ? this.libraryItem.coverContentUrl : null
return this.libraryItem?.coverContentUrl || null
},
squareAspectRatio() {
return this.bookCoverAspectRatio === 1