lavalibs / Lavalink.NET

A C# library to use Lavalink
MIT License
7 stars 4 forks source link

Missing the `StopTrack` function #3

Closed FenikkusuKoneko closed 6 years ago

FenikkusuKoneko commented 6 years ago

Hi! I have a Discord Bot where I use this library. When my client leave a voice channel the track on the server is still running. If the bot client is disconnected, on the server I get: "WebsocketNotConnectedException" because the track was not ended. Please add a StopTrack function (I've seen in the Lavalink library that this is possible)

FenikkusuKoneko commented 6 years ago

I made a pull request.