oknozor / musicbrainz_rs

A wrapper around the musicbrainz API
MIT License
38 stars 18 forks source link

BrowseQuery: Support type/status parameters on releases/release-groups #56

Open ritiek opened 3 years ago

ritiek commented 3 years ago

The musicbrainz docs mention that:

Release-groups can be filtered on type, and releases can be filtered on type and/or status.

These are currently not supported in musicbrainz_rs at the moment. Should be good idea to add support for them!

oknozor commented 3 years ago

This would be indeed nice to have !