default artistBackground to true

This commit is contained in:
jeffvli
2025-12-27 02:04:00 -08:00
parent e51bb05564
commit 804a670bf1
+1 -1
View File
@@ -848,7 +848,7 @@ const initialState: SettingsState = {
accent: 'rgb(53, 116, 252)', accent: 'rgb(53, 116, 252)',
albumBackground: false, albumBackground: false,
albumBackgroundBlur: 3, albumBackgroundBlur: 3,
artistBackground: false, artistBackground: true,
artistBackgroundBlur: 3, artistBackgroundBlur: 3,
artistItems, artistItems,
artistRadioCount: 20, artistRadioCount: 20,