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

test: Update lz expected config count

FoxxMD (Aug 26, 2025, 8:26 PM UTC) aca23ed9 a01c8e3f

+1 -2
+1 -2
src/backend/tests/config/config.test.ts
··· 92 92 await copyFile(samplePath(componentType), `${componentType}.json`); 93 93 const clients = new ScrobbleClients(emitter, new EventEmitter, new URL('http://example.com'), process.cwd(), loggerTest); 94 94 await clients.buildClientsFromConfig(new Notifiers(new EventEmitter, new EventEmitter, new EventEmitter, loggerTest)); 95 - const expectedCount = componentType === 'listenbrainz' ? 2 : 1; 96 - expect(clients.clients).length(expectedCount); 95 + expect(clients.clients).length(1); 97 96 }); 98 97 } 99 98 });