diff --git a/src/renderer/features/albums/components/album-detail-header.tsx b/src/renderer/features/albums/components/album-detail-header.tsx index 1b5db176a..1e64cff1f 100644 --- a/src/renderer/features/albums/components/album-detail-header.tsx +++ b/src/renderer/features/albums/components/album-detail-header.tsx @@ -91,12 +91,6 @@ export const AlbumDetailHeader = forwardRef((_props, ref) => { const releaseYear = detailQuery?.data?.releaseYear; const releaseDate = detailQuery?.data?.releaseDate; - const imageUrl = useItemImageUrl({ - id: detailQuery?.data?.imageId || undefined, - itemType: LibraryItem.ALBUM, - type: 'header', - }); - const metadataItems = useMemo(() => { const items: Array<{ id: string; value: React.ReactNode | string | undefined }> = []; @@ -192,9 +186,10 @@ export const AlbumDetailHeader = forwardRef((_props, ref) => { return ( { diff --git a/src/renderer/features/artists/components/album-artist-detail-header.tsx b/src/renderer/features/artists/components/album-artist-detail-header.tsx index b8a3e8fc4..badb01ac8 100644 --- a/src/renderer/features/artists/components/album-artist-detail-header.tsx +++ b/src/renderer/features/artists/components/album-artist-detail-header.tsx @@ -141,7 +141,12 @@ export const AlbumArtistDetailHeader = forwardRef((_props, ref: Ref diff --git a/src/renderer/features/playlists/components/playlist-detail-song-list-header.tsx b/src/renderer/features/playlists/components/playlist-detail-song-list-header.tsx index 5f9ee0caf..320eafa11 100644 --- a/src/renderer/features/playlists/components/playlist-detail-song-list-header.tsx +++ b/src/renderer/features/playlists/components/playlist-detail-song-list-header.tsx @@ -94,7 +94,12 @@ export const PlaylistDetailSongListHeader = ({ ) : ( {!isImageError && ( - cover