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

faster heartbeat for safety

FoxxMD (Feb 19, 2026, 5:25 PM UTC) a90e443a a9c54b5f

+2 -1
+2 -1
src/backend/common/vendor/discord/DiscordWSClient.ts
··· 340 340 return this.handleReconnect().then(() => null).catch((e) => this.logger.error(e)); 341 341 } 342 342 this.sendHeartbeat(); 343 - }, data.heartbeat_interval); 343 + // send heartbeat a little early to account for slower event loop when many things are happening in MS 344 + }, data.heartbeat_interval - 1500); 344 345 } 345 346 346 347 sendHeartbeat() {