From 88a168269f5e3c7692fa30371ef7281818f67764 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sat, 19 Jul 2025 12:39:47 -0500 Subject: [PATCH] Signed-off-by: Matt Bruce --- src/features/SongLists/SongLists.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/features/SongLists/SongLists.tsx b/src/features/SongLists/SongLists.tsx index b996321..ffb34a1 100644 --- a/src/features/SongLists/SongLists.tsx +++ b/src/features/SongLists/SongLists.tsx @@ -140,6 +140,12 @@ const SongLists: React.FC = () => { ); } else { // Unavailable songs get a simple item + console.log('Non-accordion item:', { + title: songListSong.title, + artist: songListSong.artist, + index: index + 1 + }); + return ( { primaryText={songListSong.title} secondaryText={songListSong.artist} primaryColor="var(--ion-color-medium)" - secondaryColor="var(--ion-color-light)" + secondaryColor="var(--ion-color-medium)" /> );