Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

Added method to obtain album cover in any size #55

Closed NeoLegends closed 9 years ago

NeoLegends commented 9 years ago

I added a GetCover(ImageSize size)-Method to Album. It accepts an ImageSize, which allow it to return a cover in any of the supported sizes. This was not possible before.

This is not a breaking change, the CoverId-Property is still there. I just changed its implementation to make use of the new method.

Alxandr commented 9 years ago

Thanks for the contribution :)

NeoLegends commented 9 years ago

@Alxandr Please release the updated code on NuGet. I'd like to make use of the change in my projects without having to reference the library by hand. :)

You're welcome. :)

Alxandr commented 9 years ago

Unfortunately, the project does not compile on my machine.

[link] LINK : fatal error LNK1104: cannot open file 'MSVCMRT.lib'

I do not know what causes this problem, and I'm in the middle of exams, so I don't have the time to try and figure it out either. Sorry for the inconvenience.

If you yourself can run the release-script in the root dir, and get a nupkeg out of it (it'll fail to upload because you're not listed as owner), and email it to me, I can put it on nuget.org for you.

NeoLegends commented 9 years ago

@Alxandr Files sent.

Alxandr commented 9 years ago

Uploaded.

NeoLegends commented 9 years ago

:+1: