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 025d877d..ef0da400 100644 --- a/src/renderer/features/artists/components/album-artist-detail-content.tsx +++ b/src/renderer/features/artists/components/album-artist-detail-content.tsx @@ -373,7 +373,7 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten const isLoading = detailQuery?.isLoading || - (server?.type === ServerType.NAVIDROME && topSongsQuery?.isLoading); + (server?.type === ServerType.NAVIDROME && enabledItem.topSongs && topSongsQuery?.isLoading); if (isLoading) return ;