musicbrainz_rs icon indicating copy to clipboard operation
musicbrainz_rs copied to clipboard

Covert art response is panicking

Open CrendKing opened this issue 1 year ago • 5 comments

Code here just unwraps the reqwest response, despite that function returns Result. It's annoying because it seems downloading cover art frequently results in HTTP 429 (I don't know why but that's separate issue).

Could you please just propagate that result so the calling app can handle it appropriately?

CrendKing avatar Sep 30 '22 05:09 CrendKing