[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: Add missing next() invocation

#561

FoxxMD (Apr 17, 2026, 12:52 PM UTC) ff1d9248 218ece8f

+1
+1
src/backend/server/middleware.ts
··· 63 63 res.status(400).send('Invalid Content-Type. Must be either application/json or a text wildcard (like text/plain)'); 64 64 return; 65 65 } 66 + next(); 66 67 }