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

chore: Remove tests folder from tsconfig exclude to get autocomplete

FoxxMD (Oct 9, 2024, 12:18 PM EDT) 259d321f d2375d92

+1 -1
+1 -1
src/backend/tsconfig.json
··· 24 24 "exclude": [ 25 25 "../../node_modules", 26 26 "../../coverage", 27 - "./tests/**/*", 27 + 28 28 "../../_site", 29 29 "../../docsite", 30 30 "../../build",