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

chore: Update wording for disable web

FoxxMD (Dec 16, 2025, 1:33 PM UTC) 0e3874f3 db8a2895

+1 -1
+1 -1
src/backend/server/index.ts
··· 41 41 const root = getRoot(); 42 42 43 43 if(root.get('disableWeb')) { 44 - logger.warn('API and Dashboard have been DISABLED. Note that any ingress sources (Plex, Jellyfin, Tautulli, etc...) will be unusable'); 44 + logger.warn('API and Dashboard have been DISABLED. Note that any ingress sources (Webscrobbler, Listenbrainz/Lastfm Endpoint Sources, etc...) will be unusable'); 45 45 return; 46 46 } 47 47