diff --git a/src/apps/experimental/components/library/GenresSectionContainer.tsx b/src/apps/experimental/components/library/GenresSectionContainer.tsx index 3295be54d0..9945fd51e0 100644 --- a/src/apps/experimental/components/library/GenresSectionContainer.tsx +++ b/src/apps/experimental/components/library/GenresSectionContainer.tsx @@ -71,7 +71,7 @@ const GenresSectionContainer: FC = ({ cardLayout: false, shape: itemType === BaseItemKind.MusicAlbum ? 'overflowSquare' : 'overflowPortrait', showParentTitle: (itemType === BaseItemKind.MusicAlbum), - showYear: !(itemType === BaseItemKind.MusicAlbum) + showYear: (itemType !== BaseItemKind.MusicAlbum) }} />; };