mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 08:14:40 +02: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
|
@ -16,6 +16,11 @@ module.exports.BookCoverAspectRatio = {
|
|||
SQUARE: 1
|
||||
}
|
||||
|
||||
module.exports.BookshelfView = {
|
||||
STANDARD: 0,
|
||||
TITLES: 1
|
||||
}
|
||||
|
||||
module.exports.LogLevel = {
|
||||
TRACE: 0,
|
||||
DEBUG: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue