inflatablefriends / lastfm

Portable .Net library for Last.fm
Other
100 stars 62 forks source link

Issue 129 - Add artist.get top albums by mbid async #141

Closed klinge closed 5 years ago

klinge commented 5 years ago

As requested in issue #129 - added a new method GetTopAlbumsByMbid in the Artist interface and api. Minor changes to the GetTopAlbums command in order to handle searching by both name and mbid. Added unit tests and an integration test (covering both the existing GetTopAlbums and the new GetTopAlbumsByMbid). Feel free to remove the integration test if you think it is unnecessary.