[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(ui): Gaurd against undefined code prop

FoxxMD (Jun 10, 2026, 1:54 AM UTC) 373fdb0d 825d0da5

+1 -1
+1 -1
src/client/components/CodeBlock.tsx
··· 44 44 maxLines, 45 45 collapsedMaxHeight = DEFAULT_COLLAPSED_MAX_HEIGHT, 46 46 language = DEFAULT_LANGUAGE, 47 - code, 47 + code = '', 48 48 ...rest 49 49 } = props; 50 50