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