fix sidebar image empty icon

This commit is contained in:
jeffvli
2026-01-01 12:21:15 -08:00
parent 22c0f8f8c6
commit b7627fd469
@@ -207,7 +207,7 @@ const SidebarImage = () => {
{imageUrl ? ( {imageUrl ? (
<img className={styles.sidebarImage} loading="eager" src={imageUrl} /> <img className={styles.sidebarImage} loading="eager" src={imageUrl} />
) : ( ) : (
<ImageUnloader /> <ImageUnloader icon="emptySongImage" />
)} )}
</Tooltip> </Tooltip>
<ActionIcon <ActionIcon