mikealmond / MusicBrainz

A PHP library to access MusicBrainz's Web Service v2
http://musicbrainz.org/doc/Development
MIT License
64 stars 26 forks source link

Fixed problem where arids are extraneously escaped #3

Closed naxxfish closed 11 years ago

naxxfish commented 11 years ago

This means you can now look up recordings with arid: without the API breaking!

Probably required for other filter parameters that take MBidz

mikealmond commented 11 years ago

This looks good. Thanks! I'll merge this in once I have some free time. I have a bunch of stuff ready to push that adds a lot more features to the library.

naxxfish commented 11 years ago

I think there might be other cases where IDs are being escaped wrongly, not just arid. I just fixed it for arids just because it was causing me a problem : ) On Oct 16, 2013 7:29 PM, "Mike Almond" notifications@github.com wrote:

This looks good. I'll merge this in once I have some free time. I have a bunch of stuff ready to push that adds a lot more features to the library.

— Reply to this email directly or view it on GitHubhttps://github.com/mikealmond/MusicBrainz/pull/3#issuecomment-26444464 .

mikealmond commented 11 years ago

Thanks again!