-
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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.