lavalibs / lavalink.js

A JavaScript wrapper for Lavalink.
MIT License
57 stars 19 forks source link

Return type of Http#decode is incorrect #6

Closed appellation closed 6 years ago

appellation commented 6 years ago

Recent support for Lavalink v3 changed the return type of track decoding to a track response, which is incorrect. Track decoding still returns a normal track instead of a track response. https://github.com/Frederikam/Lavalink/blob/master/IMPLEMENTATION.md#significant-changes-v20---v30