diff --git a/components/CarPlay/Home.tsx b/components/CarPlay/Home.tsx index a83eca43..7d2e8c6a 100644 --- a/components/CarPlay/Home.tsx +++ b/components/CarPlay/Home.tsx @@ -22,6 +22,8 @@ const CarPlayHome : ListTemplate = new ListTemplate({ ], onItemSelect: async ({ index }) => { + console.debug(`Home item selected`); + switch (index) { case 0: const artists = queryClient.getQueryData([QueryKeys.RecentlyPlayedArtists]);