Zastai / MetaBrainz.MusicBrainz

Native .NET implementation of libmusicbrainz
MIT License
37 stars 9 forks source link

Handle coordinates in string form. #49

Closed Zastai closed 11 months ago

Zastai commented 11 months ago

While this looks to be a regression of MBS-10411, search results for places seem to (sometimes?) get coordinates in string form instead of as floating-point numbers. However, those string forms still just contain a floating-point number, so it's easy enough to add support for them.

Fixes #48.