mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
Fix:Android auto filter out ebook only from downloaded tab
This commit is contained in:
parent
ff4f8324e7
commit
0d1312e497
8 changed files with 2255 additions and 7300 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue