music-assistant / hass-music-assistant

Turn your Home Assistant instance into a jukebox, hassle free streaming of your favorite media to Home Assistant media players.
Apache License 2.0
1.4k stars 51 forks source link

Typo: musicbrainz provider manifest.json #2779

Closed lwsrbrts closed 3 months ago

lwsrbrts commented 3 months ago

What version of Music Assistant has the issue?

2.1.4

What version of the Home Assistant Integration have you got installed?

2024.8.2

Have you tried everything in the Troubleshooting FAQ and reviewed the Open and Closed Issues and Discussions to resolve this yourself?

The problem

Just a simple typo in the manifest.json for musicbrainz.

https://github.com/music-assistant/server/blob/cbcca963db21d676606f295f374bcf6801a44bb8/music_assistant/server/providers/musicbrainz/manifest.json#L5

"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.",

primary > primarily.

How to reproduce

Nothing to repro.

Music Providers

N/A - pertains only to description text.

Player Providers

N/A - pertains only to description text.

Full log output

No response

Additional information

No response

What version of Home Assistant Core are your running

2024.8.2

What type of installation are you running?

Home Assistant OS

On what type of hardware are you running?

Generic x86-64 (e.g. Intel NUC)

OzGav commented 3 months ago

Thanks will be fixed in the next update.