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

add allowImportingTsExtensions compiler option

FoxxMD (Jul 9, 2026, 2:03 AM UTC) b2071096 77de2a75

+3 -2
+3 -2
tsconfig.json
··· 18 18 "jsx": "react-jsx", 19 19 "sourceMap": false, 20 20 "rewriteRelativeImportExtensions": true, 21 - "erasableSyntaxOnly": true, 22 - "verbatimModuleSyntax": true 21 + "erasableSyntaxOnly": true, 22 + "verbatimModuleSyntax": true, 23 + "allowImportingTsExtensions": true 23 24 }, 24 25 "include": [ 25 26 "src",