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

docsite: added skip lib check

to avoid the react 19 moving errors, until these packages update.

+1
+1
docsite/tsconfig.client.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "skipLibCheck": true, 3 4 "noEmit": false, 4 5 "composite": true, 5 6 "incremental": true,