From e800128b55d4cbe3ea39f4a257dc63687af03c36 Mon Sep 17 00:00:00 2001 From: XXIV Date: Wed, 27 Apr 2022 04:14:02 +0300 Subject: [PATCH] Add audiodb (#2213) * Fixed the username of 2 packages * Add audiodb --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6c09466..2067461 100644 --- a/packages.json +++ b/packages.json @@ -25948,5 +25948,18 @@ ], "description": "MMD I/O!", "license": "ISC" + }, + { + "name": "audiodb", + "url": "https://github.com/thechampagne/audiodb-nim", + "method": "git", + "tags": [ + "api-client", + "api-wrapper", + "audiodb" + ], + "description": "TheAudioDB API client", + "license": "Apache-2.0", + "web": "https://github.com/thechampagne/audiodb-nim" } ]