From d54baae3d96a3040a076a7143427f361cc9ce39e Mon Sep 17 00:00:00 2001
From: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
Date: Fri, 13 Feb 2026 09:29:00 -0800
Subject: [PATCH] improve album artist favorite performance and search
---
.../album-artist-detail-content.tsx | 48 ++++++++++---------
src/renderer/features/shared/utils.ts | 23 +++------
2 files changed, 33 insertions(+), 38 deletions(-)
diff --git a/src/renderer/features/artists/components/album-artist-detail-content.tsx b/src/renderer/features/artists/components/album-artist-detail-content.tsx
index 1c26e6b57..606f5ae11 100644
--- a/src/renderer/features/artists/components/album-artist-detail-content.tsx
+++ b/src/renderer/features/artists/components/album-artist-detail-content.tsx
@@ -717,28 +717,32 @@ const AlbumArtistMetadataFavoriteSongs = ({ routeId }: AlbumArtistMetadataFavori
tableColumnsData={SONG_TABLE_COLUMNS}
/>
-
+ {/* Restrict the height. Rendering all items in the DOM makes for a long delay */}
+
+
+
+
{!searchTerm.trim() && songs.length > 5 && !showAll && (