mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-17 18:40:59 +02:00
Add:Alternative bookshelf view with titles #232
This commit is contained in:
@ -16,6 +16,11 @@ module.exports.BookCoverAspectRatio = {
|
||||
SQUARE: 1
|
||||
}
|
||||
|
||||
module.exports.BookshelfView = {
|
||||
STANDARD: 0,
|
||||
TITLES: 1
|
||||
}
|
||||
|
||||
module.exports.LogLevel = {
|
||||
TRACE: 0,
|
||||
DEBUG: 1,
|
||||
|
Reference in New Issue
Block a user