mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Update:Default library view to detail instead of bookshelf view & update settings copy
This commit is contained in:
@@ -40,7 +40,7 @@ class ServerSettings {
|
||||
|
||||
// Bookshelf Display
|
||||
this.homeBookshelfView = BookshelfView.STANDARD
|
||||
this.bookshelfView = BookshelfView.STANDARD
|
||||
this.bookshelfView = BookshelfView.DETAIL
|
||||
|
||||
// Podcasts
|
||||
this.podcastEpisodeSchedule = '0 * * * *' // Every hour
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports.BookCoverAspectRatio = {
|
||||
|
||||
module.exports.BookshelfView = {
|
||||
STANDARD: 0,
|
||||
TITLES: 1
|
||||
DETAIL: 1
|
||||
}
|
||||
|
||||
module.exports.LogLevel = {
|
||||
|
||||
Reference in New Issue
Block a user