list internal data

This commit is contained in:
2025-08-04 17:19:20 +02:00
parent eae83d801f
commit 723fa58763
2 changed files with 135 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ api_mb_release() {
$CURL \
--get \
--data fmt=json \
--data inc="recordings+artist-credits+release-groups" \
--data inc="recordings+artist-credits+release-groups+labels" \
-A "$APP_NAME/$APP_VERSION ($APP_WEBSITE)" \
"https://musicbrainz.org/ws/2/release/$1"
}