add configuration to blur explicit album/song art

This commit is contained in:
jeffvli
2026-02-04 01:20:31 -08:00
parent 6e3275c05c
commit 4c256348fc
19 changed files with 101 additions and 15 deletions
@@ -123,6 +123,7 @@ export const LeftControls = () => {
)}
enableDebounce={false}
enableViewport={false}
explicitStatus={currentSong?.explicitStatus}
fetchPriority="high"
id={currentSong?.imageId}
itemType={LibraryItem.SONG}
@@ -94,6 +94,7 @@ export const MobilePlayerbar = () => {
)}
enableDebounce={false}
enableViewport={false}
explicitStatus={currentSong.explicitStatus}
fetchPriority="high"
id={currentSong.imageId}
itemType={LibraryItem.SONG}