From 8c4a7f4f91d19f0a152bcd248f1e7e4f5b7f3921 Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:58:43 -0700 Subject: [PATCH] only show lastfm/listenbrainz if configured --- .../components/album-detail-content.tsx | 40 ++++++++++--------- .../album-artist-detail-content.tsx | 38 +++++++++--------- 2 files changed, 41 insertions(+), 37 deletions(-) diff --git a/src/renderer/features/albums/components/album-detail-content.tsx b/src/renderer/features/albums/components/album-detail-content.tsx index 939d4bf3..4dd49e03 100644 --- a/src/renderer/features/albums/components/album-detail-content.tsx +++ b/src/renderer/features/albums/components/album-detail-content.tsx @@ -400,25 +400,27 @@ export const AlbumDetailContent = ({ background, tableRef }: AlbumDetailContentP {externalLinks && (lastFM || musicBrainz) ? (
- - {mbzId ? ( + {lastFM && ( + + )} + {mbzId && musicBrainz ? ( - - {mbzId ? ( + {lastFM && ( + + )} + {mbzId && musicBrainz ? (