mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-18 03:00:35 -05:00
log carplay template selection on home screen
This commit is contained in:
@@ -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<BaseItemDto[]>([QueryKeys.RecentlyPlayedArtists]);
|
||||
|
||||
Reference in New Issue
Block a user