From a65859f57554745b6c59b9ad969c87b49f0f936f Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sat, 28 Jan 2023 23:17:31 +0100 Subject: [PATCH] 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. --- server/objects/settings/ServerSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/objects/settings/ServerSettings.js b/server/objects/settings/ServerSettings.js index 665d6ffa..38b75370 100644 --- a/server/objects/settings/ServerSettings.js +++ b/server/objects/settings/ServerSettings.js @@ -37,7 +37,7 @@ class ServerSettings { this.loggerScannerLogsToKeep = 2 // Bookshelf Display - this.homeBookshelfView = BookshelfView.STANDARD + this.homeBookshelfView = BookshelfView.DETAIL this.bookshelfView = BookshelfView.DETAIL // Podcasts