mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 07:14:52 +02:00
Add:Alternative bookshelf view with titles #232
This commit is contained in:
@ -15,10 +15,16 @@ const BookCoverAspectRatio = {
|
||||
SQUARE: 1
|
||||
}
|
||||
|
||||
const BookshelfView = {
|
||||
STANDARD: 0,
|
||||
TITLES: 1
|
||||
}
|
||||
|
||||
const Constants = {
|
||||
DownloadStatus,
|
||||
CoverDestination,
|
||||
BookCoverAspectRatio
|
||||
BookCoverAspectRatio,
|
||||
BookshelfView
|
||||
}
|
||||
|
||||
const KeyNames = {
|
||||
|
Reference in New Issue
Block a user