|
I'm using librespot-java's API to get track metadata, which works pretty nicely. Is there an easy way to download the image? As far as I see it, the local API returns only the If I simply prepend |
Answered by
devgianlu
Sep 21, 2021
Replies: 1 comment 2 replies
|
Have a look at https://github.com/librespot-org/librespot-java/blob/dev/player/src/main/java/xyz/gianlu/librespot/player/Player.java#L787 That endpoint doesn't require authentication. |
2 replies
Answer selected by
l3d00m
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a look at https://github.com/librespot-org/librespot-java/blob/dev/player/src/main/java/xyz/gianlu/librespot/player/Player.java#L787
That endpoint doesn't require authentication.