PerformanC / NodeLink

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

fix: :ambulance: TrackStart event not emitting while track skipped/replaced #56

Closed UnschooledGamer closed 4 months ago

UnschooledGamer commented 4 months ago

Changes

This commit fixes the trackStart event not being sent by NodeLink while track is replaced/Skipped

Why

Resolves the trackStart not being emitted if the track was skipped/replaced

Checkmarks