lavalink-devs / Lavalink

Standalone audio sending node based on Lavaplayer.
https://lavalink.dev/
MIT License
1.56k stars 673 forks source link

feat: cleanup track loading #1068

Closed viztea closed 3 weeks ago

viztea commented 2 months ago

replaces the callback-style item loading with the sync load methods I introduced in one of my lavaplayer prs.

since the callback-style item loading didn't handle non-track/playlist items this should fix any request timeouts caused by them ?

i only tested the /loadtracks endpoint so

topi314 commented 2 months ago

/todo test