mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-23 18:49:42 +00:00
Add:Alternative bookshelf view with titles #232
This commit is contained in:
parent
3905ef677d
commit
e56196a137
8 changed files with 65 additions and 9 deletions
|
|
@ -51,7 +51,8 @@ export default {
|
|||
index,
|
||||
width: this.entityWidth,
|
||||
height: this.entityHeight,
|
||||
bookCoverAspectRatio: this.bookCoverAspectRatio
|
||||
bookCoverAspectRatio: this.bookCoverAspectRatio,
|
||||
bookshelfView: this.bookshelfView
|
||||
}
|
||||
if (this.entityName === 'series-books') props.showVolumeNumber = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue