From: OzGav Date: Mon, 19 Aug 2024 21:56:32 +0000 (+1000) Subject: Fix typo (#1583) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4be8cf0b3258fa5ea850bed02b80dd9b12de8451;p=music-assistant-server.git Fix typo (#1583) --- 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": "",