adjust artist page suspense fetching

This commit is contained in:
jeffvli
2025-12-28 06:36:14 -08:00
parent f9c3c107bd
commit 4006980b29
3 changed files with 27 additions and 18 deletions
@@ -324,8 +324,6 @@ const normalizeAlbumArtist = (
songCount = item.songCount;
}
console.log('similarArtists', item.similarArtists);
return {
_itemType: LibraryItem.ALBUM_ARTIST,
_serverId: server?.id || 'unknown',