set fallback album group image size (#2221)

This commit is contained in:
jeffvli
2026-07-12 12:57:02 -07:00
parent 17dba85baf
commit d8e1dd215a
@@ -59,7 +59,7 @@ export const AlbumGroupHeader = ({
null,
);
const playButtonBehavior = usePlayButtonBehavior();
const albumImageSize = useAlbumGroupImageSize();
const albumImageSize = useAlbumGroupImageSize() || 96;
const rowHeight = {
compact: TableItemSize.COMPACT,
large: TableItemSize.LARGE,