Skip to content

Changed the Lavalink endpoint used for `decode_track` to the one in the Lavalink documentation. Closes #6.

Zacchary Dempsey-Plante requested to merge zedseven/lavalink-rs:master into master

The function decode_track was using the loadtracks Lavalink endpoint, which is why it received an empty response. I've changed it to decodetrack.

I also removed the Serde defaults added in 8c03c587 and 3f085731 since deserialization wasn't the problem and I think it's reasonable to expect those fields to always be returned.

Merge request reports