[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(rocksky): Fix wrong property used for api auth header

FoxxMD (Nov 17, 2025, 3:22 PM UTC) aa44a08e 6071abca

+1 -1
+1 -1
src/backend/common/vendor/RockSkyApiClient.ts
··· 58 58 59 59 callLZApi = async <T = Response>(req: Request, retries = 0): Promise<T> => { 60 60 try { 61 - req.set('Authorization', `Token ${this.config.token}`); 61 + req.set('Authorization', `Token ${this.config.key ?? this.config.token}`); 62 62 return await req as T; 63 63 } catch (e) { 64 64 const {