[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 api fixture typing for players

FoxxMD (Jul 6, 2026, 6:05 PM UTC) c6389590 7151d96b

+2
+2
src/core/tests/utils/apiFixtures.ts
··· 114 114 lastActiveAt = dayjs(), 115 115 lastReadyAt = dayjs(), 116 116 state = faker.number.int({min: 1, max: 7}) as ComponentState, 117 + players = {}, 117 118 ...rest 118 119 } = data; 119 120 ··· 139 140 countLive: faker.number.int({min: 0, max: 2000}), 140 141 countNonLive: 0, 141 142 state, 143 + players, 142 144 status: faker.helpers.arrayElement(statusSamples), 143 145 ...rest 144 146 }