beetbox / pyacoustid

Python bindings for Chromaprint acoustic fingerprinting and the Acoustid Web service
MIT License
325 stars 66 forks source link

Fix #65: new crash when missing `meta` parameter #66

Closed sampsyo closed 3 years ago

sampsyo commented 3 years ago

Fixes #65: a new crash introduced in #64 when calling _api_request without a meta parameter, as in the submit function.

sampsyo commented 3 years ago

I've release v1.2.2 with this fix.