feat: preview

This commit is contained in:
2025-07-21 14:55:03 +02:00
parent 84bff90664
commit ad814aa251
3 changed files with 41 additions and 10 deletions

View File

@@ -1,8 +0,0 @@
mb_browse_artists() {
$CURL \
--get \
--data-urlencode fmt=json \
--data-urlencode query="$1" \
-A "$APP_NAME/$APP_VERSION ($APP_WEBSITE)" \
"https://musicbrainz.org/ws/2/artist"
}