From b128637f274c549f9ed9c965592bca43f77e4929 Mon Sep 17 00:00:00 2001 From: Gabe Farrell <90876006+gabehf@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:07:43 -0400 Subject: [PATCH] Update scrobbler.md --- docs/src/content/docs/guides/scrobbler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/scrobbler.md b/docs/src/content/docs/guides/scrobbler.md index bd9f948..fab9426 100644 --- a/docs/src/content/docs/guides/scrobbler.md +++ b/docs/src/content/docs/guides/scrobbler.md @@ -32,5 +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`. -Example: `KOITO_ENABLE_LBZ_RELAY`=`https://api.listenbrainz.org/1` +For example, to relay to the main ListenBrainz instance, you would set `KOITO_ENABLE_LBZ_RELAY` to `https://api.listenbrainz.org/1`. :::