From d2d6f22c5f091e364b6a808dd6a379ccb1af487e Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 15 Jul 2018 15:56:07 -0400 Subject: [PATCH] Fixed: Default poster view to show artist names --- frontend/src/Store/Actions/artistIndexActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/artistIndexActions.js b/frontend/src/Store/Actions/artistIndexActions.js index 0b0b6682a..1a4c1d66a 100644 --- a/frontend/src/Store/Actions/artistIndexActions.js +++ b/frontend/src/Store/Actions/artistIndexActions.js @@ -24,7 +24,7 @@ export const defaultState = { posterOptions: { detailedProgressBar: false, size: 'large', - showTitle: false, + showTitle: true, showMonitored: true, showQualityProfile: true },