mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 04:00:18 -07:00
Fixed: Default poster view to show artist names
This commit is contained in:
parent
5ce214aa8a
commit
d2d6f22c5f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export const defaultState = {
|
||||||
posterOptions: {
|
posterOptions: {
|
||||||
detailedProgressBar: false,
|
detailedProgressBar: false,
|
||||||
size: 'large',
|
size: 'large',
|
||||||
showTitle: false,
|
showTitle: true,
|
||||||
showMonitored: true,
|
showMonitored: true,
|
||||||
showQualityProfile: true
|
showQualityProfile: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue