diff --git a/components/CarPlay/NowPlaying.tsx b/components/CarPlay/NowPlaying.tsx index 8951d38b..0535becb 100644 --- a/components/CarPlay/NowPlaying.tsx +++ b/components/CarPlay/NowPlaying.tsx @@ -6,10 +6,13 @@ export function NowPlaying() { useEffect(() => { const template = new NowPlayingTemplate({ albumArtistButtonEnabled: true, + buttons: [ + { + id: "favorite", + type: "add-to-library" + } + ], upNextButtonEnabled: false, - onUpNextButtonPressed() { - console.log('up next was pressed'); - }, onButtonPressed(e) { console.log(e); },