mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
fix error on album/albumartist header image (#1299)
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user