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:
Lars Kiesow 2023-01-28 23:17:31 +01:00
parent 5724887785
commit a65859f575
No known key found for this signature in database
GPG Key ID: 5DAFE8D9C823CE73

View File

@ -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