Add:Alternative bookshelf view with titles #232

This commit is contained in:
advplyr 2021-12-28 15:50:17 -06:00
parent 3905ef677d
commit e56196a137
8 changed files with 65 additions and 9 deletions

View file

@ -16,6 +16,11 @@ module.exports.BookCoverAspectRatio = {
SQUARE: 1
}
module.exports.BookshelfView = {
STANDARD: 0,
TITLES: 1
}
module.exports.LogLevel = {
TRACE: 0,
DEBUG: 1,