PerformanC / NodeLink

Performant LavaLink alternative written with Node.Js
BSD 2-Clause "Simplified" License
38 stars 23 forks source link

Fix crash on paused #15

Closed ThePedroo closed 8 months ago

ThePedroo commented 8 months ago

Changes

This fixes an issue that happens when a client sends a pause request when nothing is being played.

Why

To improve NodeLink stability.

Checkmarks