[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

make entire component header a link to details

FoxxMD (Jul 1, 2026, 12:33 AM UTC) 32da14c0 c7f370f1

+2 -2
+2 -2
src/client/components/msComponent/MSComponentSummary.tsx
··· 47 47 return ( 48 48 <MSErrorBoundary> 49 49 <Card.Root variant="subtle"> 50 + <LinkBox> 50 51 <Card.Header {...cardHeaderProps}> 51 - <LinkBox> 52 52 <Flex justify="space-between"> 53 53 <Heading>{data.name}</Heading> 54 54 <Stack justify="flex-start" alignItems="flex-end"> ··· 65 65 {/* <Text textStyle="sm" textAlign="end">{props.data.status}</Text> */} 66 66 </Stack> 67 67 </Flex> 68 - </LinkBox> 69 68 <TextMuted textStyle="md">{capitalize(data.type)} <Badge color={data.mode === 'client' ? 'var(--chakra-colors-purple-fg)' : 'var(--chakra-colors-pink-fg)'} size="sm" variant="outline">{capitalize(data.mode)}</Badge></TextMuted> 70 69 <QuickStatsSource data={data} streamable={props.fetchable} /> 71 70 </Card.Header> 71 + </LinkBox> 72 72 {body} 73 73 </Card.Root> 74 74 </MSErrorBoundary>)