oknozor / musicbrainz_rs

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

.with_url_relations() not available for fetching by artist #73

Closed jacksongoode closed 2 years ago

jacksongoode commented 2 years ago

Maybe this feature hasn't been added to the latest version yet as I see it in the source?

oknozor commented 2 years ago

Hello @jacksongoode as you can see in #9 this is not yet implemented. I don't have much time to work on musicbrainz lately but you can give it a try if you'd like to.

oknozor commented 2 years ago

@jacksongoode actually I was mistaken, this is implemented already, you can take a look at this test : https://github.com/oknozor/musicbrainz_rs/blob/106ccc095312ff2f1e585666155e2593ec0e3bc3/tests/artist/artist_includes.rs#L112