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

reduce step ttl to 2 minutes

FoxxMD (Mar 27, 2026, 8:30 PM UTC) a0ac0f8e 06945fda

+1 -1
+1 -1
src/backend/common/AbstractComponent.ts
··· 312 312 } 313 313 314 314 if(cacheOk) { 315 - await this.cache.cacheTransform.set<LifecycleStep[]>(transformHash, steps, '10m'); 315 + await this.cache.cacheTransform.set<LifecycleStep[]>(transformHash, steps, '2m'); 316 316 } 317 317 318 318 return transformedPlay;