Update:Show publishedYear below book cards instead of author name

This commit is contained in:
advplyr 2022-05-08 18:54:41 -05:00
parent 7f27eabf3e
commit 0137f6dfeb
3 changed files with 14 additions and 6 deletions

View file

@ -21,7 +21,8 @@ const BookCoverAspectRatio = {
const BookshelfView = {
STANDARD: 0,
TITLES: 1
TITLES: 1,
AUTHOR: 2 // Books shown on author page
}
const PlayMethod = {