[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: Add neotraverse as production dependency

FoxxMD (May 7, 2026, 8:48 PM UTC) b8a9623d d922f373

+4 -3
+3 -2
package-lock.json
··· 72 72 "mpc-js": "^2.1.1", 73 73 "musicbrainz-api": "^0.27.0", 74 74 "nanoid": "^3.3.1", 75 + "neotraverse": "^0.6.18", 75 76 "node-object-hash": "^3.1.1", 76 77 "normalize-url": "^8.0.1", 77 78 "ntfy": "^1.15.2", ··· 154 155 "mocha": "^10.3.0", 155 156 "mockdate": "^3.0.5", 156 157 "msw": "^2.12.10", 157 - "neotraverse": "^0.6.18", 158 158 "next-themes": "^0.4.6", 159 159 "nodemon": "^3.0.3", 160 160 "playwright": "^1.58.2", ··· 11617 11617 }, 11618 11618 "node_modules/neotraverse": { 11619 11619 "version": "0.6.18", 11620 - "dev": true, 11620 + "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", 11621 + "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", 11621 11622 "license": "MIT", 11622 11623 "engines": { 11623 11624 "node": ">= 10"
+1 -1
package.json
··· 110 110 "mpc-js": "^2.1.1", 111 111 "musicbrainz-api": "^0.27.0", 112 112 "nanoid": "^3.3.1", 113 + "neotraverse": "^0.6.18", 113 114 "node-object-hash": "^3.1.1", 114 115 "normalize-url": "^8.0.1", 115 116 "ntfy": "^1.15.2", ··· 192 193 "mocha": "^10.3.0", 193 194 "mockdate": "^3.0.5", 194 195 "msw": "^2.12.10", 195 - "neotraverse": "^0.6.18", 196 196 "next-themes": "^0.4.6", 197 197 "nodemon": "^3.0.3", 198 198 "playwright": "^1.58.2",