Added MayStartNext and fixed TrackExceptionEvent not being fired
Created by: Kriste00
Details
Added MayStartNext
extention method to TrackEndReason
. (This is from lavaplayer)
And fixed TrackExceptionEvent
not being fired.
Fixes #339 (closed)
Notes
MayStartNext
can be helpful, just call if (!e.Reason.MayStartNext()) return;
in the TrackFinish event.