mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01: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
@ -37,7 +37,7 @@ class ServerSettings {
|
|||||||
this.loggerScannerLogsToKeep = 2
|
this.loggerScannerLogsToKeep = 2
|
||||||
|
|
||||||
// Bookshelf Display
|
// Bookshelf Display
|
||||||
this.homeBookshelfView = BookshelfView.STANDARD
|
this.homeBookshelfView = BookshelfView.DETAIL
|
||||||
this.bookshelfView = BookshelfView.DETAIL
|
this.bookshelfView = BookshelfView.DETAIL
|
||||||
|
|
||||||
// Podcasts
|
// Podcasts
|
||||||
|
Loading…
Reference in New Issue
Block a user