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

ci: fix step if statement

FoxxMD (Apr 6, 2026, 6:04 PM UTC) 04027e87 a998060b

+1 -1
+1 -1
.github/workflows/docsDeploy.yml
··· 55 55 user_email: 41898282+github-actions[bot]@users.noreply.github.com 56 56 57 57 - name: Trigger dependent build 58 - if: ${{ secrets.DOCS_DISPATCH_TOKEN != '' && vars.DOCS_REPO !== ''}} 58 + if: ${{ vars.DOCS_REPO != ''}} 59 59 run: | 60 60 # Trigger builds in dependent repositories 61 61 curl -X POST \