Fixed: Default poster view to show artist names

This commit is contained in:
Qstick 2018-07-15 15:56:07 -04:00 committed by GitHub
parent 5ce214aa8a
commit d2d6f22c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ export const defaultState = {
posterOptions: {
detailedProgressBar: false,
size: 'large',
showTitle: false,
showTitle: true,
showMonitored: true,
showQualityProfile: true
},