mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-22 00:49:10 +02:00
Update:Show publishedYear below book cards instead of author name
This commit is contained in:
parent
7f27eabf3e
commit
0137f6dfeb
3 changed files with 14 additions and 6 deletions
|
@ -21,7 +21,8 @@ const BookCoverAspectRatio = {
|
|||
|
||||
const BookshelfView = {
|
||||
STANDARD: 0,
|
||||
TITLES: 1
|
||||
TITLES: 1,
|
||||
AUTHOR: 2 // Books shown on author page
|
||||
}
|
||||
|
||||
const PlayMethod = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue