From 8d7b911a3aa4d2bcfa35a212a536cd5ac2816bbd Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Thu, 3 Sep 2026 20:09:46 +0000 Subject: [PATCH] docs: remove contact from listenbrainz example config file --- config/listenbrainz.json.example | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/listenbrainz.json.example b/config/listenbrainz.json.example index 0f5e32eb..1124bfb9 100644 --- a/config/listenbrainz.json.example +++ b/config/listenbrainz.json.example @@ -7,8 +7,7 @@ "data": { "token": "029b081ba-9156-4pe7-88e5-3be671f5ea2b", "username": "FoxxMD", - "url": "https://api.listenbrainz.org", - "contact": "contact@mydomain.com" + "url": "https://api.listenbrainz.org" } }, { @@ -19,8 +18,7 @@ "data": { "token": "029b081ba-9156-4pe7-88e5-3be671f5ea2b", "username": "FoxxMD", - "url": "https://api.listenbrainz.org", - "contact": "contact@mydomain.com" + "url": "https://api.listenbrainz.org" } } ] -- 2.51.2