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, null,
); );
const playButtonBehavior = usePlayButtonBehavior(); const playButtonBehavior = usePlayButtonBehavior();
const albumImageSize = useAlbumGroupImageSize(); const albumImageSize = useAlbumGroupImageSize() || 96;
const rowHeight = { const rowHeight = {
compact: TableItemSize.COMPACT, compact: TableItemSize.COMPACT,
large: TableItemSize.LARGE, large: TableItemSize.LARGE,