From 4be8cf0b3258fa5ea850bed02b80dd9b12de8451 Mon Sep 17 00:00:00 2001 From: OzGav Date: Tue, 20 Aug 2024 07:56:32 +1000 Subject: [PATCH] Fix typo (#1583) --- music_assistant/server/providers/musicbrainz/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/musicbrainz/manifest.json b/music_assistant/server/providers/musicbrainz/manifest.json index bbf49fd1..f3c48835 100644 --- a/music_assistant/server/providers/musicbrainz/manifest.json +++ b/music_assistant/server/providers/musicbrainz/manifest.json @@ -2,7 +2,7 @@ "type": "metadata", "domain": "musicbrainz", "name": "MusicBrainz", - "description": "MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public. Music Assistant uses MusicBrainz primary to identify (unique) media items and therefore the provider can not be disabled. However note that lookups will only be performed if this info is absent locally.", + "description": "MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public. Music Assistant uses MusicBrainz primarily to identify (unique) media items and therefore this provider can not be disabled. However, note that lookups will only be performed if this info is absent locally.", "codeowners": ["@music-assistant"], "requirements": [], "documentation": "", -- 2.34.1