From b1b8498eab6862dae9b1c55d39506238abe256e9 Mon Sep 17 00:00:00 2001 From: m0d3rnX Date: Sun, 28 Sep 2025 01:08:52 +0200 Subject: [PATCH] docs: add example for usage of the main listenbrainz instance (#71) * docs: add example for usage of the main listenbrainz instance * Update scrobbler.md --------- Co-authored-by: Gabe Farrell <90876006+gabehf@users.noreply.github.com> --- docs/src/content/docs/guides/scrobbler.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/guides/scrobbler.md b/docs/src/content/docs/guides/scrobbler.md index 720c197..fab9426 100644 --- a/docs/src/content/docs/guides/scrobbler.md +++ b/docs/src/content/docs/guides/scrobbler.md @@ -32,4 +32,5 @@ Once the relay is configured, Koito will automatically forward any requests it r :::note Be sure to include the full path to the ListenBrainz endpoint of the server you are relaying to in the `KOITO_LBZ_RELAY_URL`. +For example, to relay to the main ListenBrainz instance, you would set `KOITO_ENABLE_LBZ_RELAY` to `https://api.listenbrainz.org/1`. :::