fix error on album/albumartist header image (#1299)

This commit is contained in:
jeffvli
2025-12-03 19:01:23 -08:00
parent cb2581252b
commit d8df70eddd
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -627,9 +627,9 @@ const initialState: SettingsState = {
accent: 'rgb(53, 116, 252)',
albumArtRes: undefined,
albumBackground: false,
albumBackgroundBlur: 6,
albumBackgroundBlur: 3,
artistBackground: false,
artistBackgroundBlur: 6,
artistBackgroundBlur: 3,
artistItems,
buttonSize: 15,
disabledContextMenu: {},