mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-22 02:18:54 +01: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