[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(ci): Use node for stanity run

FoxxMD (Jul 9, 2026, 1:31 PM UTC) 86cea49e 8fc892a7

+1 -1
+1 -1
.github/workflows/testAndSanity.yml
··· 60 60 run: | 61 61 set +e 62 62 export NODE_ENV=production 63 - timeout --preserve-status 10s node node_modules/.bin/tsx src/backend/index.ts 63 + timeout --preserve-status 10s node src/backend/index.ts 64 64 exitcode="$?" 65 65 if [[ "$exitcode" -eq 143 ]] || [[ "$exitcode" -eq 137 ]]; then 66 66 echo "App stayed up long enough and exited with expected status"