defvs / monsterutilities

Browse, stream and download Monstercat Songs
GNU General Public License v3.0
39 stars 6 forks source link

fix(downloader): update cover url (#27) #29

Closed proferabg closed 2 years ago

proferabg commented 2 years ago

Fixed issue #27 by implementing issue #28

proferabg commented 2 years ago

The url was changed to jpg because it only supports jpg/webp when supplying parameters and JavaFX Image doesn't support webp. There is a fallback where if the cover art is older it downloads the png version but this is not an issue and is handled the same way in JavaFX.

defvs commented 2 years ago

Thanks for your pull request. I will be testing your code this weekend! Stay tuned.

defvs commented 2 years ago

Thank you for your contribution. I am very happy to welcome you as a contributor to MonsterUtilities! Thank you for respecting the commit convention, as well, very nice touch. I will be pushing a new build ASAP.