[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.

fix update icons not expiring

FoxxMD (Jul 2, 2026, 8:00 PM UTC) 32b64ff3 f6e0f4be

+1 -1
+1 -1
src/client/components/ActivityDetail.tsx
··· 120 120 if(isNew) { 121 121 ephemeralStatus = <EphemeralElement key={updatedAt ?? 'now'} expires={isNew}><InsertedIcon size="xl" /></EphemeralElement>; 122 122 } else if(updated.updated) { 123 - ephemeralStatus = <EphemeralElement key={updatedAt ?? 'now'} expires={false}><UpdatedIcon colorPalette="green" color="colorPalette.focusRing" size="sm" /></EphemeralElement>; 123 + ephemeralStatus = <EphemeralElement key={updatedAt ?? 'now'} expires={true}><UpdatedIcon colorPalette="green" color="colorPalette.focusRing" size="sm" /></EphemeralElement>; 124 124 } 125 125 return ( 126 126 <Flex direction="column" width="100%" truncate rowGap="0.5">