[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 circular buffer

FoxxMD (Jul 14, 2026, 2:04 PM UTC) a9d91c2c a696436a

+1 -1
+1 -1
src/core/tests/utils/fixtures.ts
··· 135 135 return play; 136 136 } 137 137 138 - scrobbleRes.payload = play; 138 + scrobbleRes.payload = generateRandomObj(1); 139 139 if(error) { 140 140 scrobbleRes.error = serializeError(new Error('Failed to scrobble to client', {cause: new Error('Client returned a 400 or something')})); 141 141 play.scrobble = scrobbleRes;