mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
One Default Bookshelf View
This patch updates the default value of the home page bookshelf view so that it is identical to the default library view. Having different styles by default seems odd. I picked the non-wooden view as default based on the recent discussion on Matrx/Discord that that one looks more modern.
This commit is contained in:
parent
5724887785
commit
a65859f575
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class ServerSettings {
|
|||
this.loggerScannerLogsToKeep = 2
|
||||
|
||||
// Bookshelf Display
|
||||
this.homeBookshelfView = BookshelfView.STANDARD
|
||||
this.homeBookshelfView = BookshelfView.DETAIL
|
||||
this.bookshelfView = BookshelfView.DETAIL
|
||||
|
||||
// Podcasts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue