feat: discogs description and bugfixes

This commit is contained in:
2025-07-23 12:11:24 +02:00
parent dcba30bf94
commit b7f45c613c
4 changed files with 31 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ __api_mb_get_artist() {
$CURL \
--get \
--data fmt=json \
--data inc="url-rels" \
--data inc="url-rels+artist-rels+aliases" \
-A "$APP_NAME/$APP_VERSION ($APP_WEBSITE)" \
"https://musicbrainz.org/ws/2/artist/$1"
}