mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-10 05:48:38 +02:00
Set epubjs version to 0.3.88 to work on ios, fix epub reader height
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
return this.$store.state.playerLibraryItemId
|
||||
},
|
||||
readerHeightOffset() {
|
||||
return this.playerLibraryItemId ? 156 : 56
|
||||
return this.playerLibraryItemId ? 204 : 84
|
||||
},
|
||||
/** @returns {Array<ePub.NavItem>} */
|
||||
chapters() {
|
||||
|
||||
Reference in New Issue
Block a user