mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-01 16:44:41 +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
|
@ -141,7 +141,7 @@ export default {
|
|||
return this.bookCoverAspectRatio === 1
|
||||
},
|
||||
sizeMultiplier() {
|
||||
return this.width / 364
|
||||
return Math.min(1, this.width / 364)
|
||||
},
|
||||
title() {
|
||||
return this.mediaMetadata.title || ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue