[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: Revert accidental debug commit

FoxxMD (Nov 11, 2025, 3:18 PM UTC) db17455b a7729fbf

+1 -1
+1 -1
src/backend/sources/SpotifySource.ts
··· 531 531 return true; 532 532 } 533 533 534 - protected getBackloggedPlays = async (options: RecentlyPlayedOptions = {}) => ([]); 534 + protected getBackloggedPlays = async (options: RecentlyPlayedOptions = {}) => await this.getPlayHistory({formatted: true, ...options}) 535 535 } 536 536 537 537 const asPlayHistoryObject = (obj: object): obj is PlayHistoryObject => 'played_at' in obj