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

feat(ui): Increase virtual play list height

FoxxMD (Jul 15, 2026, 1:29 AM UTC) d0f43fbd b3816897

+1 -1
+1 -1
src/client/components/playActivity/VirtualListDynamic.tsx
··· 127 127 // ) 128 128 129 129 return ( 130 - <ScrollArea.Root height="70vh" variant="always" > 130 + <ScrollArea.Root height="90vh" variant="always" > 131 131 <ScrollArea.Viewport 132 132 ref={parentRef} 133 133 css={scrollShadowCss}